Class Deployment
java.lang.Object
org.jclouds.azurecompute.arm.domain.Deployment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
static class
static class
static class
static enum
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Deployment
create
(String id, String name, Deployment.DeploymentProperties properties) abstract String
id()
The ID associated with the template deployment.abstract String
name()
The name associated with the template deployment.abstract Deployment.DeploymentProperties
Properties of the deployment.
-
Constructor Details
-
Deployment
public Deployment()
-
-
Method Details
-
id
The ID associated with the template deployment. -
name
The name associated with the template deployment. -
properties
Properties of the deployment. -
create
-