Uses of Class
com.microsoft.azure.management.compute.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.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
(PrivateEndpointServiceConnectionStatus status) Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.