Uses of Class
com.azure.resourcemanager.resources.models.ChangeProperties
-
Packages that use ChangeProperties Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ChangeProperties in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ChangeProperties Modifier and Type Method Description ChangePropertiesChangeResourceResultInner. properties()Get the properties property: The properties of a change.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ChangeProperties Modifier and Type Method Description ChangeResourceResultInnerChangeResourceResultInner. withProperties(ChangeProperties properties)Set the properties property: The properties of a change. -
Uses of ChangeProperties in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ChangeProperties Modifier and Type Method Description ChangePropertiesChangeProperties. withChangeAttributes(ChangeAttributes changeAttributes)Set the changeAttributes property: Details about the change resource.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.
-