Uses of Class
org.jclouds.azurecompute.arm.domain.DeploymentTemplate
-
Packages that use DeploymentTemplate Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of DeploymentTemplate in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DeploymentTemplate Modifier and Type Method Description DeploymentTemplateDeploymentTemplate.Builder. build()static DeploymentTemplateDeploymentTemplate. create(String schema, String contentVersion, DeploymentTemplate.TemplateParameters parameters, Map<String,String> variables, List<ResourceDefinition> resources, List<?> outputs)abstract DeploymentTemplateDeploymentBody. template()Methods in org.jclouds.azurecompute.arm.domain with parameters of type DeploymentTemplate Modifier and Type Method Description static DeploymentBodyDeploymentBody. create(DeploymentTemplate template, String mode, DeploymentTemplate.Parameters parameters)
-