| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
WhatIfChange.changeType()
Get the changeType property: 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 the changeType property: Type of change that will be made to the resource when the deployment is executed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.