Uses of Enum Class
com.microsoft.azure.management.batch.PrivateLinkServiceConnectionStatus
Packages that use PrivateLinkServiceConnectionStatus
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of PrivateLinkServiceConnectionStatus in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return PrivateLinkServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStatus.fromString
(String value) Parses a serialized value to a PrivateLinkServiceConnectionStatus instance.PrivateLinkServiceConnectionState.status()
Get possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.Returns the enum constant of this class with the specified name.static PrivateLinkServiceConnectionStatus[]
PrivateLinkServiceConnectionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type PrivateLinkServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus
(PrivateLinkServiceConnectionStatus status) Set possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'.