Uses of Enum
com.azure.resourcemanager.resources.models.PropertyChangeType
Packages that use PropertyChangeType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of PropertyChangeType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return PropertyChangeTypeModifier and TypeMethodDescriptionstatic PropertyChangeTypePropertyChangeType.fromString(String value) Parses a serialized value to a PropertyChangeType instance.WhatIfPropertyChange.propertyChangeType()Get the propertyChangeType property: The type of property change.static PropertyChangeTypeReturns 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.Methods in com.azure.resourcemanager.resources.models with parameters of type PropertyChangeTypeModifier and TypeMethodDescriptionWhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType) Set the propertyChangeType property: The type of property change.