Uses of Class
com.microsoft.azure.management.compute.PrivateEndpointServiceConnectionStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PrivateEndpointServiceConnectionStatus in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.APPROVED
Static value Approved for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.PENDING
Static value Pending for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.REJECTED
Static value Rejected for PrivateEndpointServiceConnectionStatus.Modifier and TypeMethodDescriptionPrivateEndpointServiceConnectionStatus.fromString
(String name) Creates or finds a PrivateEndpointServiceConnectionStatus from its string representation.PrivateLinkServiceConnectionState.status()
Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Modifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus
(PrivateEndpointServiceConnectionStatus status) Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.