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