Uses of Class
com.microsoft.azure.management.storage.PrivateEndpointServiceConnectionStatus
Packages that use PrivateEndpointServiceConnectionStatus
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of PrivateEndpointServiceConnectionStatus in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as PrivateEndpointServiceConnectionStatusModifier 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.Methods in com.microsoft.azure.management.storage 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.storage that return types with arguments of type PrivateEndpointServiceConnectionStatusMethods in com.microsoft.azure.management.storage 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.