Uses of Class
org.jclouds.azurecompute.arm.domain.Deployment
-
Packages that use Deployment Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Deployment in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Deployment Modifier and Type Method Description static Deployment
Deployment. create(String id, String name, Deployment.DeploymentProperties properties)
-
Uses of Deployment in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Deployment Modifier and Type Method Description Deployment
DeploymentApi. create(String deploymentname, String template)
The Create Template Deployment operation starts the process of an ARM Template deployment.Deployment
DeploymentApi. get(String deploymentname)
Get Deployment Information returns information about the specified deployment.Deployment
DeploymentApi. validate(String deploymentname, String template)
Validate Deployment validates deployment template before deploymentMethods in org.jclouds.azurecompute.arm.features that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>
DeploymentApi. list()
List all deployments in a resource group
-