Uses of Class
org.jclouds.azurecompute.arm.domain.DeploymentTemplate.Parameters
-
Packages that use DeploymentTemplate.Parameters Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of DeploymentTemplate.Parameters in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DeploymentTemplate.Parameters Modifier and Type Method Description static DeploymentTemplate.Parameters
DeploymentTemplate.Parameters. create(KeyVaultReference reference)
abstract DeploymentTemplate.Parameters
DeploymentBody. parameters()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type DeploymentTemplate.Parameters Modifier and Type Method Description static DeploymentBody
DeploymentBody. create(DeploymentTemplate template, String mode, DeploymentTemplate.Parameters parameters)
-