TagUpdate Constructors

Definition

Overloads

TagUpdate()

Initializes a new instance of the TagUpdate class.

TagUpdate(IDictionary<String,String>)

Initializes a new instance of the TagUpdate class.

TagUpdate()

Initializes a new instance of the TagUpdate class.

public TagUpdate ();
Public Sub New ()

Applies to

TagUpdate(IDictionary<String,String>)

Initializes a new instance of the TagUpdate class.

public TagUpdate (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.DeviceUpdate.Models.TagUpdate : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DeviceUpdate.Models.TagUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

List of key value pairs that describe the resource. This will overwrite the existing tags.

Applies to