public final class WhatIfOperationProperties extends Object
| Constructor and Description |
|---|
WhatIfOperationProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfChange> |
changes()
Get the changes property: List of resource changes predicted by What-If operation.
|
void |
validate()
Validates the instance.
|
WhatIfOperationProperties |
withChanges(List<WhatIfChange> changes)
Set the changes property: List of resource changes predicted by What-If operation.
|
public List<WhatIfChange> changes()
public WhatIfOperationProperties withChanges(List<WhatIfChange> changes)
changes - the changes value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.