Class WhatIfOperationProperties

java.lang.Object
com.azure.resourcemanager.resources.fluent.models.WhatIfOperationProperties

public final class WhatIfOperationProperties extends Object
Deployment operation properties.
  • Constructor Details

    • WhatIfOperationProperties

      public WhatIfOperationProperties()
      Creates an instance of WhatIfOperationProperties class.
  • Method Details

    • changes

      public List<WhatIfChange> changes()
      Get the changes property: List of resource changes predicted by What-If operation.
      Returns:
      the changes value.
    • withChanges

      public WhatIfOperationProperties withChanges(List<WhatIfChange> changes)
      Set the changes property: List of resource changes predicted by What-If operation.
      Parameters:
      changes - the changes value to set.
      Returns:
      the WhatIfOperationProperties object itself.
    • validate

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