TagsPatchResource Constructors

Definition

Overloads

TagsPatchResource()

Initializes a new instance of the TagsPatchResource class.

TagsPatchResource(TagsPatchOperation, TagsInner)

Initializes a new instance of the TagsPatchResource class.

TagsPatchResource()

Initializes a new instance of the TagsPatchResource class.

public TagsPatchResource ();
Public Sub New ()

Applies to

TagsPatchResource(TagsPatchOperation, TagsInner)

Initializes a new instance of the TagsPatchResource class.

public TagsPatchResource (Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchOperation operation = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsInner properties = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchResource : Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchOperation * Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsInner -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.TagsPatchResource
Public Sub New (Optional operation As TagsPatchOperation = Nothing, Optional properties As TagsInner = Nothing)

Parameters

operation
TagsPatchOperation

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

properties
TagsInner

The set of tags.

Applies to