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