Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
static Deployment |
Deployment.create(String id,
String name,
Deployment.DeploymentProperties properties) |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentApi.create(String deploymentname,
String template)
The Create Template Deployment operation starts the process of an ARM Template deployment.
|
Deployment |
DeploymentApi.get(String deploymentname)
Get Deployment Information returns information about the specified deployment.
|
Deployment |
DeploymentApi.validate(String deploymentname,
String template)
Validate Deployment validates deployment template before deployment
|
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentApi.list()
List all deployments in a resource group
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.