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
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type PrivateLinkServiceConnectionStatePropertyModifier and TypeClassDescriptionfinal classThe PrivateLinkServiceConnectionStateProperty model.Methods in com.azure.resourcemanager.sql.models that return PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStateProperty.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionStateProperty from the JsonReader.PrivateLinkServiceConnectionStateProperty.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.