Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
abstract List<ResourceDefinition> |
DeploymentTemplate.resources() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<ResourceDefinition> |
JobApi.captureStatus(URI jobURI)
Get status of captured custom image after capture call
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.