Uses of Class
com.azure.resourcemanager.storage.fluent.models.PrivateEndpointConnectionProperties
-
Packages that use PrivateEndpointConnectionProperties Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient. -
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return PrivateEndpointConnectionProperties Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
-