Uses of Enum
com.azure.resourcemanager.batch.models.PrivateEndpointConnectionProvisioningState
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PrivateEndpointConnectionProvisioningState in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint connection.PrivateEndpointConnectionProperties.provisioningState()
Get the provisioningState property: The provisioning state of the private endpoint connection. -
Uses of PrivateEndpointConnectionProvisioningState in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionProvisioningState.fromString
(String value) Parses a serialized value to a PrivateEndpointConnectionProvisioningState instance.PrivateEndpointConnection.provisioningState()
Gets the provisioningState property: The provisioning state of the private endpoint connection.Returns the enum constant of this type with the specified name.PrivateEndpointConnectionProvisioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared.