| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
WhatIfChange.changeType()
Get type of change that will be made to the resource when the deployment is executed.
|
static ChangeType |
ChangeType.fromString(String value)
Parses a serialized value to a ChangeType instance.
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfChange |
WhatIfChange.withChangeType(ChangeType changeType)
Set type of change that will be made to the resource when the deployment is executed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/