Share via


AccountUpdate Constructors

Definition

Overloads

AccountUpdate()

Initializes a new instance of the AccountUpdate class.

AccountUpdate(IDictionary<String,String>, String)

Initializes a new instance of the AccountUpdate class.

AccountUpdate()

Initializes a new instance of the AccountUpdate class.

public AccountUpdate ();
Public Sub New ()

Applies to

AccountUpdate(IDictionary<String,String>, String)

Initializes a new instance of the AccountUpdate class.

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

Parameters

tags
IDictionary<String,String>

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

location
String

The geo-location where the resource lives

Applies to