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