Uses of Class
com.azure.resourcemanager.resources.models.ChangeBase
Packages that use ChangeBase
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ChangeBase in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ChangeBaseModifier and TypeClassDescriptionfinal classAn individual change on the target resource.Methods in com.azure.resourcemanager.resources.models that return ChangeBaseModifier and TypeMethodDescriptionstatic ChangeBaseChangeBase.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChangeBase from the JsonReader.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ChangeBaseModifier and TypeMethodDescriptionChangeProperties.changes()Get the changes property: A dictionary with changed property name as a key and the change details as the value.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ChangeBaseModifier and TypeMethodDescriptionChangeProperties.withChanges(Map<String, ChangeBase> changes) Set the changes property: A dictionary with changed property name as a key and the change details as the value.