Condividi tramite


TagsPatchResource Constructors

Definition

Overloads

TagsPatchResource()

Initializes a new instance of the TagsPatchResource class.

TagsPatchResource(String, Tags)

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(String, Tags)

Initializes a new instance of the TagsPatchResource class.

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

Parameters

operation
String

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

properties
Tags

The set of tags.

Applies to