public class ScopedDeploymentWhatIf extends Object
| Constructor and Description |
|---|
ScopedDeploymentWhatIf() |
| Modifier and Type | Method and Description |
|---|---|
String |
location()
Get the location to store the deployment data.
|
DeploymentWhatIfProperties |
properties()
Get the deployment properties.
|
ScopedDeploymentWhatIf |
withLocation(String location)
Set the location to store the deployment data.
|
ScopedDeploymentWhatIf |
withProperties(DeploymentWhatIfProperties properties)
Set the deployment properties.
|
public String location()
public ScopedDeploymentWhatIf withLocation(String location)
location - the location value to setpublic DeploymentWhatIfProperties properties()
public ScopedDeploymentWhatIf withProperties(DeploymentWhatIfProperties properties)
properties - the properties 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.
*/