Uses of Enum
com.azure.resourcemanager.batch.models.PrivateLinkServiceConnectionStatus
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkServiceConnectionStatus in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateLinkServiceConnectionStatus.fromString
(String value) Parses a serialized value to a PrivateLinkServiceConnectionStatus instance.PrivateLinkServiceConnectionState.status()
Get the status property: The status of the Batch private endpoint connection.Returns the enum constant of this type with the specified name.static PrivateLinkServiceConnectionStatus[]
PrivateLinkServiceConnectionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus
(PrivateLinkServiceConnectionStatus status) Set the status property: The status of the Batch private endpoint connection.