Uses of Class
com.microsoft.azure.management.compute.PrivateEndpointServiceConnectionStatus
Packages that use PrivateEndpointServiceConnectionStatus
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PrivateEndpointServiceConnectionStatus in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as PrivateEndpointServiceConnectionStatusModifier and TypeFieldDescriptionstatic final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.APPROVEDStatic value Approved for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.PENDINGStatic value Pending for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.REJECTEDStatic value Rejected for PrivateEndpointServiceConnectionStatus.Methods in com.microsoft.azure.management.compute that return PrivateEndpointServiceConnectionStatusModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type PrivateEndpointServiceConnectionStatusMethods in com.microsoft.azure.management.compute with parameters of type PrivateEndpointServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status) Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.