Uses of Class
com.microsoft.azure.management.network.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnection.privateLinkServiceConnectionState()
Get a collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnectionState.withActionsRequired
(String actionsRequired) Set a message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription
(String description) Set the reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.withStatus
(String status) Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Methods in com.microsoft.azure.management.network with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnection.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set a collection of read-only information about the state of the connection to the remote resource.