| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfChange |
WhatIfChange.withAfter(Object after)
Set the predicted snapshot of the resource after the deployment is executed.
|
WhatIfChange |
WhatIfChange.withBefore(Object before)
Set the snapshot of the resource before the deployment is executed.
|
WhatIfChange |
WhatIfChange.withChangeType(ChangeType changeType)
Set type of change that will be made to the resource when the deployment is executed.
|
WhatIfChange |
WhatIfChange.withDelta(List<WhatIfPropertyChange> delta)
Set the predicted changes to resource properties.
|
WhatIfChange |
WhatIfChange.withResourceId(String resourceId)
Set resource ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfChange> |
WhatIfOperationResult.changes() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/