ScopedDeployment Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ScopedDeployment
- com.
public class ScopedDeployment
Deployment operation parameters.
Constructor Summary
Constructor | Description | |
---|---|---|
ScopedDeployment() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
location()
Get the location to store the deployment data. |
Deployment |
properties()
Get the deployment properties. |
java.util.Map<java.lang.String,java.lang.String> |
tags()
Get deployment tags. |
Scoped |
withLocation(String location)
Set the location to store the deployment data. |
Scoped |
withProperties(DeploymentProperties properties)
Set the deployment properties. |
Scoped |
withTags(Map<String,String> tags)
Set deployment tags. |
Methods inherited from java.lang.Object
Constructor Details
ScopedDeployment
public ScopedDeployment()
Method Details
location
public String location()
Get the location to store the deployment data.
Returns:
properties
public DeploymentProperties properties()
Get the deployment properties.
Returns:
tags
public Map
Get deployment tags.
Returns:
withLocation
public ScopedDeployment withLocation(String location)
Set the location to store the deployment data.
Parameters:
Returns:
withProperties
public ScopedDeployment withProperties(DeploymentProperties properties)
Set the deployment properties.
Parameters:
Returns:
withTags
public ScopedDeployment withTags(Map
Set deployment tags.
Parameters:
Returns:
Applies to
Azure SDK for Java