Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstancePrivateLinkServiceConnectionStateProperty
Packages that use ManagedInstancePrivateLinkServiceConnectionStateProperty
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstancePrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstancePrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionManagedInstancePrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.ManagedInstancePrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ManagedInstancePrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionManagedInstancePrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.ManagedInstancePrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(ManagedInstancePrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection. -
Uses of ManagedInstancePrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ManagedInstancePrivateLinkServiceConnectionStatePropertyModifier and TypeClassDescriptionfinal classThe ManagedInstancePrivateLinkServiceConnectionStateProperty model.Methods in com.azure.resourcemanager.sql.models that return ManagedInstancePrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionManagedInstancePrivateLinkServiceConnectionStateProperty.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedInstancePrivateLinkServiceConnectionStateProperty from the JsonReader.ManagedInstancePrivateLinkServiceConnectionStateProperty.withDescription(String description) Set the description property: The private link service connection description.ManagedInstancePrivateLinkServiceConnectionStateProperty.withStatus(String status) Set the status property: The private link service connection status.