public class ScopedDeployment extends Object
| Constructor and Description |
|---|
ScopedDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location to store the deployment data.
|
DeploymentProperties |
properties()
Get the deployment properties.
|
Map<String,String> |
tags()
Get deployment tags.
|
ScopedDeployment |
withLocation(String location)
Set the location to store the deployment data.
|
ScopedDeployment |
withProperties(DeploymentProperties properties)
Set the deployment properties.
|
ScopedDeployment |
withTags(Map<String,String> tags)
Set deployment tags.
|
public String location()
public ScopedDeployment withLocation(String location)
location - the location value to setpublic DeploymentProperties properties()
public ScopedDeployment withProperties(DeploymentProperties properties)
properties - the properties value to setpublic ScopedDeployment withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/