Uses of Enum
com.azure.resourcemanager.batch.models.PrivateEndpointConnectionProvisioningState
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return PrivateEndpointConnectionProvisioningStateModifier 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
Methods in com.azure.resourcemanager.batch.models that return PrivateEndpointConnectionProvisioningStateModifier 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.