你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountUpdate 构造函数

定义

重载

AccountUpdate()

初始化 AccountUpdate 类的新实例。

AccountUpdate(IDictionary<String,String>, String)

初始化 AccountUpdate 类的新实例。

AccountUpdate()

初始化 AccountUpdate 类的新实例。

public AccountUpdate ();
Public Sub New ()

适用于

AccountUpdate(IDictionary<String,String>, String)

初始化 AccountUpdate 类的新实例。

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)

参数

tags
IDictionary<String,String>

描述资源的键值对的列表。 这将覆盖现有标记。

location
String

资源所在的地理位置

适用于