Uses of Enum
com.azure.resourcemanager.batch.models.ProvisioningState
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ProvisioningState in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountInner.provisioningState()
Get the provisioningState property: The provisioned state of the resource.BatchAccountProperties.provisioningState()
Get the provisioningState property: The provisioned state of the resource. -
Uses of ProvisioningState in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic ProvisioningState
ProvisioningState.fromString
(String value) Parses a serialized value to a ProvisioningState instance.BatchAccount.provisioningState()
Gets the provisioningState property: The provisioned state of the resource.static ProvisioningState
Returns the enum constant of this type with the specified name.static ProvisioningState[]
ProvisioningState.values()
Returns an array containing the constants of this enum type, in the order they are declared.