Uses of Class
org.jclouds.azurecompute.arm.domain.ResourceDefinition
Packages that use ResourceDefinition
-
Uses of ResourceDefinition in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ResourceDefinitionModifier and TypeMethodDescriptionResourceDefinition.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 ResourceDefinitionModifier and TypeMethodDescriptionabstract List
<ResourceDefinition> DeploymentTemplate.resources()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type ResourceDefinitionModifier and TypeMethodDescriptionstatic 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 ResourceDefinitionModifier and TypeMethodDescriptionJobApi.captureStatus
(URI jobURI) Get status of captured custom image after capture call