Uses of Class
org.jclouds.azurecompute.arm.domain.Deployment.ProvisioningState
-
Packages that use Deployment.ProvisioningState Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Deployment.ProvisioningState in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Deployment.ProvisioningState Modifier and Type Method Description static Deployment.ProvisioningState
Deployment.ProvisioningState. fromValue(String text)
static Deployment.ProvisioningState
Deployment.ProvisioningState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.ProvisioningState[]
Deployment.ProvisioningState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-