Uses of Class
org.jclouds.azurecompute.arm.domain.ResourceDefinition
-
Packages that use ResourceDefinition Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of ResourceDefinition in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ResourceDefinition Modifier and Type Method Description ResourceDefinition
ResourceDefinition.Builder. build()
static ResourceDefinition
ResourceDefinition. create(String name, String type, String location, String apiVersion, List<String> dependsOn, Map<String,String> tags, Object properties)
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type ResourceDefinition Modifier and Type Method Description abstract List<ResourceDefinition>
DeploymentTemplate. resources()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type ResourceDefinition Modifier and Type Method Description static DeploymentTemplate
DeploymentTemplate. create(String schema, String contentVersion, DeploymentTemplate.TemplateParameters parameters, Map<String,String> variables, List<ResourceDefinition> resources, List<?> outputs)
abstract DeploymentTemplate.Builder
DeploymentTemplate.Builder. resources(List<ResourceDefinition> resources)
-
Uses of ResourceDefinition in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type ResourceDefinition Modifier and Type Method Description List<ResourceDefinition>
JobApi. captureStatus(URI jobURI)
Get status of captured custom image after capture call
-