Class WhatIfOperationProperties
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.WhatIfOperationProperties
-
public final class WhatIfOperationProperties extends Object
Deployment operation properties.
-
-
Constructor Summary
Constructors Constructor Description WhatIfOperationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WhatIfChange>changes()Get the changes property: List of resource changes predicted by What-If operation.voidvalidate()Validates the instance.WhatIfOperationPropertieswithChanges(List<WhatIfChange> changes)Set the changes property: List of resource changes predicted by What-If operation.
-
-
-
Method Detail
-
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.
-
-