| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyChangeType |
PropertyChangeType.fromString(String value)
Parses a serialized value to a PropertyChangeType instance.
|
PropertyChangeType |
WhatIfPropertyChange.propertyChangeType()
Get the propertyChangeType property: The type of property change.
|
static PropertyChangeType |
PropertyChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyChangeType[] |
PropertyChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WhatIfPropertyChange |
WhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType)
Set the propertyChangeType property: The type of property change.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.