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