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 DeploymentWhatIf class.

Method Summary

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.

DeploymentWhatIf withLocation(String location)

Set the location property: The location to store the deployment data.

DeploymentWhatIf 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:

the location value.

properties

public DeploymentWhatIfProperties properties()

Get the properties property: The deployment properties.

Returns:

the properties value.

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:

location - the location value to set.

Returns:

the DeploymentWhatIf object itself.

withProperties

public DeploymentWhatIf withProperties(DeploymentWhatIfProperties properties)

Set the properties property: The deployment properties.

Parameters:

properties - the properties value to set.

Returns:

the DeploymentWhatIf object itself.

Applies to