Uses of Enum
com.azure.resourcemanager.resources.models.ChangeType
Packages that use ChangeType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ChangeType in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type ChangeType in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionenumType of change that will be made to the resource when the deployment is executed.Methods in com.azure.resourcemanager.resources.models that return ChangeTypeModifier and TypeMethodDescriptionWhatIfChange.changeType()Get the changeType property: Type of change that will be made to the resource when the deployment is executed.static ChangeTypeChangeType.fromString(String value) Parses a serialized value to a ChangeType instance.static ChangeTypeReturns 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.Methods in com.azure.resourcemanager.resources.models with parameters of type ChangeTypeModifier and TypeMethodDescriptionWhatIfChange.withChangeType(ChangeType changeType) Set the changeType property: Type of change that will be made to the resource when the deployment is executed.