Uses of Class
com.azure.resourcemanager.resources.models.PropertyChangeType
-
Packages that use PropertyChangeType Package Description com.azure.resourcemanager.resources.models 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 PropertyChangeType Modifier and Type Method Description static PropertyChangeTypePropertyChangeType. fromString(String value)Parses a serialized value to a PropertyChangeType instance.PropertyChangeTypeWhatIfPropertyChange. propertyChangeType()Get the propertyChangeType property: The type of property change.static PropertyChangeTypePropertyChangeType. 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.Methods in com.azure.resourcemanager.resources.models with parameters of type PropertyChangeType Modifier and Type Method Description WhatIfPropertyChangeWhatIfPropertyChange. withPropertyChangeType(PropertyChangeType propertyChangeType)Set the propertyChangeType property: The type of property change.
-