Uses of Class
com.azure.resourcemanager.webpubsub.models.PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for WebPubSubManagementClient.
Package containing the data models for WebPubSubManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.webpubsub.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
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.webpubsub.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.PrivateLinkServiceConnectionState.withActionsRequired
(String actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription
(String description) Set the description property: The reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.withStatus
(PrivateLinkServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.