Class DeploymentWhatIfProperties

java.lang.Object
com.microsoft.azure.management.resources.DeploymentProperties
com.microsoft.azure.management.resources.DeploymentWhatIfProperties

public class DeploymentWhatIfProperties extends DeploymentProperties
Deployment What-if properties.
  • Constructor Details

    • DeploymentWhatIfProperties

      public DeploymentWhatIfProperties()
  • Method Details

    • whatIfSettings

      public DeploymentWhatIfSettings whatIfSettings()
      Get optional What-If operation settings.
      Returns:
      the whatIfSettings value
    • withWhatIfSettings

      public DeploymentWhatIfProperties withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)
      Set optional What-If operation settings.
      Parameters:
      whatIfSettings - the whatIfSettings value to set
      Returns:
      the DeploymentWhatIfProperties object itself.