Uses of Class
com.azure.resourcemanager.resources.models.ChangeCategory
-
Packages that use ChangeCategory Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ChangeCategory in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ChangeCategory Modifier and Type Method Description ChangeCategoryChangeBase. changeCategory()Get the changeCategory property: The entity that made the change.static ChangeCategoryChangeCategory. fromString(String value)Parses a serialized value to a ChangeCategory instance.static ChangeCategoryChangeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeCategory[]ChangeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-