Uses of Class
com.azure.resourcemanager.resources.models.TagsPatchOperation
-
Packages that use TagsPatchOperation Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of TagsPatchOperation in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as TagsPatchOperation Modifier and Type Field Description static TagsPatchOperationTagsPatchOperation. DELETEStatic value Delete for TagsPatchOperation.static TagsPatchOperationTagsPatchOperation. MERGEStatic value Merge for TagsPatchOperation.static TagsPatchOperationTagsPatchOperation. REPLACEStatic value Replace for TagsPatchOperation.Methods in com.azure.resourcemanager.resources.models that return TagsPatchOperation Modifier and Type Method Description static TagsPatchOperationTagsPatchOperation. fromString(String name)Creates or finds a TagsPatchOperation from its string representation.TagsPatchOperationTagsPatchResource. operation()Get the operation property: The operation type for the patch API.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type TagsPatchOperation Modifier and Type Method Description static Collection<TagsPatchOperation>TagsPatchOperation. values()Methods in com.azure.resourcemanager.resources.models with parameters of type TagsPatchOperation Modifier and Type Method Description TagsPatchResourceTagsPatchResource. withOperation(TagsPatchOperation operation)Set the operation property: The operation type for the patch API.
-