Class WhatIfOperationProperties
java.lang.Object
com.azure.resourcemanager.resources.fluent.models.WhatIfOperationProperties
Deployment operation properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchanges()Get the changes property: List of resource changes predicted by What-If operation.voidvalidate()Validates the instance.withChanges(List<WhatIfChange> changes) Set the changes property: List of resource changes predicted by What-If operation.
-
Constructor Details
-
WhatIfOperationProperties
public WhatIfOperationProperties()
-
-
Method Details
-
changes
Get the changes property: List of resource changes predicted by What-If operation.- Returns:
- the changes value.
-
withChanges
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.
-