Class DeploymentWhatIfSettings

java.lang.Object
com.microsoft.azure.management.resources.DeploymentWhatIfSettings

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

    • DeploymentWhatIfSettings

      public DeploymentWhatIfSettings()
  • Method Details

    • resultFormat

      public WhatIfResultFormat resultFormat()
      Get the format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'.
      Returns:
      the resultFormat value
    • withResultFormat

      public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
      Set the format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'.
      Parameters:
      resultFormat - the resultFormat value to set
      Returns:
      the DeploymentWhatIfSettings object itself.