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

DataBoxEdgeDevicePatch 构造函数

定义

重载

DataBoxEdgeDevicePatch()

初始化 DataBoxEdgeDevicePatch 类的新实例。

DataBoxEdgeDevicePatch(IDictionary<String,String>)

初始化 DataBoxEdgeDevicePatch 类的新实例。

DataBoxEdgeDevicePatch()

初始化 DataBoxEdgeDevicePatch 类的新实例。

public DataBoxEdgeDevicePatch ();
Public Sub New ()

适用于

DataBoxEdgeDevicePatch(IDictionary<String,String>)

初始化 DataBoxEdgeDevicePatch 类的新实例。

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

参数

tags
IDictionary<String,String>

附加到 Data Box Edge/Gateway 资源的标记。

适用于