Uses of Class
com.azure.resourcemanager.sql.models.PrivateLinkServiceConnectionStateProperty
Packages that use PrivateLinkServiceConnectionStateProperty
Package
Description
Package containing the inner data models for SqlManagementClient.
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 PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateEndpointConnectionProperties.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 PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStateProperty.withDescription(String description) Set the description property: The private link service connection description.PrivateLinkServiceConnectionStateProperty.withStatus(PrivateLinkServiceConnectionStateStatus status) Set the status property: The private link service connection status.