Uses of Enum
com.azure.resourcemanager.batch.models.PrivateLinkServiceConnectionStatus
Packages that use PrivateLinkServiceConnectionStatus
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkServiceConnectionStatus in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PrivateLinkServiceConnectionStatusModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type PrivateLinkServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus(PrivateLinkServiceConnectionStatus status) Set the status property: The status of the Batch private endpoint connection.