Uses of Class
com.azure.resourcemanager.sql.models.PrivateLinkServiceConnectionStatePropertyAutoGenerated
-
Packages that use PrivateLinkServiceConnectionStatePropertyAutoGenerated Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of PrivateLinkServiceConnectionStatePropertyAutoGenerated in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return PrivateLinkServiceConnectionStatePropertyAutoGenerated Modifier and Type Method Description PrivateLinkServiceConnectionStatePropertyAutoGeneratedPrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateLinkServiceConnectionStatePropertyAutoGeneratedPrivateLinkServiceConnectionStatePropertyAutoGenerated. withDescription(String description)Set the description property: The private link service connection description.PrivateLinkServiceConnectionStatePropertyAutoGeneratedPrivateLinkServiceConnectionStatePropertyAutoGenerated. withStatus(PrivateLinkServiceConnectionStateStatus status)Set the status property: The private link service connection status.Methods in com.azure.resourcemanager.sql.models with parameters of type PrivateLinkServiceConnectionStatePropertyAutoGenerated Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStatePropertyAutoGenerated privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
-