Uses of Class
com.azure.resourcemanager.apimanagement.models.PrivateEndpointConnectionRequestProperties
Packages that use PrivateEndpointConnectionRequestProperties
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PrivateEndpointConnectionRequestProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PrivateEndpointConnectionRequestPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionRequestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionRequestProperties from the JsonReader.PrivateEndpointConnectionRequest.properties()Get the properties property: The connection state of the private endpoint connection.PrivateEndpointConnectionRequestProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PrivateEndpointConnectionRequestPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithProperties.withProperties(PrivateEndpointConnectionRequestProperties properties) Specifies the properties property: The connection state of the private endpoint connection..PrivateEndpointConnection.UpdateStages.WithProperties.withProperties(PrivateEndpointConnectionRequestProperties properties) Specifies the properties property: The connection state of the private endpoint connection..PrivateEndpointConnectionRequest.withProperties(PrivateEndpointConnectionRequestProperties properties) Set the properties property: The connection state of the private endpoint connection.