| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfPropertyChange |
WhatIfPropertyChange.withAfter(Object after)
Set the value of the property after the deployment is executed.
|
WhatIfPropertyChange |
WhatIfPropertyChange.withBefore(Object before)
Set the value of the property before the deployment is executed.
|
WhatIfPropertyChange |
WhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children)
Set nested property changes.
|
WhatIfPropertyChange |
WhatIfPropertyChange.withPath(String path)
Set the path of the property.
|
WhatIfPropertyChange |
WhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType)
Set the type of property change.
|
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfPropertyChange> |
WhatIfPropertyChange.children()
Get nested property changes.
|
List<WhatIfPropertyChange> |
WhatIfChange.delta()
Get the predicted changes to resource properties.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfPropertyChange |
WhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children)
Set nested property changes.
|
WhatIfChange |
WhatIfChange.withDelta(List<WhatIfPropertyChange> delta)
Set the predicted changes to resource properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/