Uses of Class
com.microsoft.azure.management.batch.ProvisioningState
-
-
Uses of ProvisioningState in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ProvisioningState Modifier and Type Method Description static ProvisioningStateProvisioningState. fromString(String value)Parses a serialized value to a ProvisioningState instance.ProvisioningStateBatchAccount. provisioningState()static ProvisioningStateProvisioningState. valueOf(String name)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.
-