Class DeploymentWhatIfSettings

java.lang.Object
com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings

public final class DeploymentWhatIfSettings extends Object
Deployment What-If operation settings.
  • Constructor Details

    • DeploymentWhatIfSettings

      public DeploymentWhatIfSettings()
  • Method Details

    • resultFormat

      public WhatIfResultFormat resultFormat()
      Get the resultFormat property: The format of the What-If results.
      Returns:
      the resultFormat value.
    • withResultFormat

      public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
      Set the resultFormat property: The format of the What-If results.
      Parameters:
      resultFormat - the resultFormat value to set.
      Returns:
      the DeploymentWhatIfSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.