| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfChange |
WhatIfChange.withAfter(Object after)
Set the after property: The predicted snapshot of the resource after the deployment is executed.
|
WhatIfChange |
WhatIfChange.withBefore(Object before)
Set the before property: The snapshot of the resource before the deployment is executed.
|
WhatIfChange |
WhatIfChange.withChangeType(ChangeType changeType)
Set the changeType property: Type of change that will be made to the resource when the deployment is executed.
|
WhatIfChange |
WhatIfChange.withDelta(List<WhatIfPropertyChange> delta)
Set the delta property: The predicted changes to resource properties.
|
WhatIfChange |
WhatIfChange.withResourceId(String resourceId)
Set the resourceId property: Resource ID.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.