Uses of Class
com.azure.resourcemanager.mariadb.models.PrivateLinkServiceConnectionStateProperty
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.mariadb.fluent.models
Modifier 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.Modifier 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.mariadb.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateLinkServiceConnectionStateProperty.withDescription
(String description) Set the description property: The private link service connection description.PrivateLinkServiceConnectionStateProperty.withStatus
(String status) Set the status property: The private link service connection status.Modifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: Connection state of the private endpoint connection..