Class Deployment
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Deployment
-
public abstract class Deployment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployment.ContentLinkstatic classDeployment.Dependencystatic classDeployment.DeploymentModestatic classDeployment.DeploymentPropertiesstatic classDeployment.Providerstatic classDeployment.ProviderResourceTypestatic classDeployment.ProvisioningStatestatic classDeployment.TypeValue
-
Constructor Summary
Constructors Constructor Description Deployment()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Deploymentcreate(String id, String name, Deployment.DeploymentProperties properties)abstract Stringid()The ID associated with the template deployment.abstract Stringname()The name associated with the template deployment.abstract Deployment.DeploymentPropertiesproperties()Properties of the deployment.
-
-
-
Method Detail
-
name
public abstract String name()
The name associated with the template deployment.
-
properties
@Nullable public abstract Deployment.DeploymentProperties properties()
Properties of the deployment.
-
create
public static Deployment create(String id, String name, Deployment.DeploymentProperties properties)
-
-