Share via


AccountUpdate Class

Definition

Request payload used to update and existing Accounts.

public class AccountUpdate : Microsoft.Azure.Management.DeviceUpdate.Models.TagUpdate
type AccountUpdate = class
    inherit TagUpdate
Public Class AccountUpdate
Inherits TagUpdate
Inheritance
AccountUpdate

Constructors

AccountUpdate()

Initializes a new instance of the AccountUpdate class.

AccountUpdate(IDictionary<String,String>, String)

Initializes a new instance of the AccountUpdate class.

Properties

Location

Gets or sets the geo-location where the resource lives

Tags

Gets or sets list of key value pairs that describe the resource. This will overwrite the existing tags.

(Inherited from TagUpdate)

Applies to