DeploymentWhatIf Class
- java.lang.Object
- com.azure.resourcemanager.resources.models.DeploymentWhatIf
public final class DeploymentWhatIf
Deployment What-if operation parameters.
Constructor Summary
Constructor | Description |
---|---|
DeploymentWhatIf() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
location()
Get the location property: The location to store the deployment data. |
Deployment |
properties()
Get the properties property: The deployment properties. |
void |
validate()
Validates the instance. |
Deployment |
withLocation(String location)
Set the location property: The location to store the deployment data. |
Deployment |
withProperties(DeploymentWhatIfProperties properties)
Set the properties property: The deployment properties. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentWhatIf
public DeploymentWhatIf()
Creates an instance of DeploymentWhatIf class.
Method Details
location
public String location()
Get the location property: The location to store the deployment data.
Returns:
properties
public DeploymentWhatIfProperties properties()
Get the properties property: The deployment properties.
Returns:
validate
public void validate()
Validates the instance.
withLocation
public DeploymentWhatIf withLocation(String location)
Set the location property: The location to store the deployment data.
Parameters:
Returns:
withProperties
public DeploymentWhatIf withProperties(DeploymentWhatIfProperties properties)
Set the properties property: The deployment properties.
Parameters:
Returns: