Uses of Class
com.azure.resourcemanager.sql.models.PrivateEndpointConnectionProperties
-
Packages that use PrivateEndpointConnectionProperties Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return PrivateEndpointConnectionProperties Modifier and Type Method Description PrivateEndpointConnectionPropertiesServerPrivateEndpointConnection. properties()Get the properties property: Private endpoint connection properties.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)Set the privateEndpoint property: Private endpoint which the connection belongs to.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStatePropertyAutoGenerated privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.
-