Uses of Class
com.azure.resourcemanager.resources.models.ChangeBase
-
Packages that use ChangeBase Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ChangeBase in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ChangeBase Modifier and Type Method Description Map<String,ChangeBase>ChangeProperties. 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 ChangeBase Modifier and Type Method Description ChangePropertiesChangeProperties. 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.
-