public final class ScopedDeployment extends Object
| Constructor and Description |
|---|
ScopedDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location property: The location to store the deployment data.
|
DeploymentProperties |
properties()
Get the properties property: The deployment properties.
|
Map<String,String> |
tags()
Get the tags property: Deployment tags.
|
void |
validate()
Validates the instance.
|
ScopedDeployment |
withLocation(String location)
Set the location property: The location to store the deployment data.
|
ScopedDeployment |
withProperties(DeploymentProperties properties)
Set the properties property: The deployment properties.
|
ScopedDeployment |
withTags(Map<String,String> tags)
Set the tags property: Deployment tags.
|
public String location()
public ScopedDeployment withLocation(String location)
location - the location value to set.public DeploymentProperties properties()
public ScopedDeployment withProperties(DeploymentProperties properties)
properties - the properties value to set.public Map<String,String> tags()
public ScopedDeployment withTags(Map<String,String> tags)
tags - the tags value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.