共用方式為


TagsPatchResource.Operation Property

Definition

Gets or sets the operation type for the patch API. Possible values include: 'Replace', 'Merge', 'Delete'

[Newtonsoft.Json.JsonProperty(PropertyName="operation")]
public Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchOperation Operation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operation")>]
member this.Operation : Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchOperation with get, set
Public Property Operation As TagsPatchOperation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to