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