Uses of Class
com.azure.resourcemanager.resources.models.TagsPatchOperation
Packages that use TagsPatchOperation
Package
Description
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 TagsPatchOperationModifier and TypeFieldDescriptionstatic final TagsPatchOperationTagsPatchOperation.DELETEStatic value Delete for TagsPatchOperation.static final TagsPatchOperationTagsPatchOperation.MERGEStatic value Merge for TagsPatchOperation.static final TagsPatchOperationTagsPatchOperation.REPLACEStatic value Replace for TagsPatchOperation.Methods in com.azure.resourcemanager.resources.models that return TagsPatchOperationModifier and TypeMethodDescriptionstatic TagsPatchOperationTagsPatchOperation.fromString(String name) Creates or finds a TagsPatchOperation from its string representation.TagsPatchResource.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 TagsPatchOperationModifier and TypeMethodDescriptionstatic Collection<TagsPatchOperation> TagsPatchOperation.values()Gets known TagsPatchOperation values.Methods in com.azure.resourcemanager.resources.models with parameters of type TagsPatchOperationModifier and TypeMethodDescriptionTagsPatchResource.withOperation(TagsPatchOperation operation) Set the operation property: The operation type for the patch API.