次の方法で共有


DataBoxEdgeDevicePatch コンストラクター

定義

オーバーロード

DataBoxEdgeDevicePatch()

DataBoxEdgeDevicePatch クラスの新しいインスタンスを初期化します。

DataBoxEdgeDevicePatch(IDictionary<String,String>, ResourceIdentity, EdgeProfilePatch)

DataBoxEdgeDevicePatch クラスの新しいインスタンスを初期化します。

DataBoxEdgeDevicePatch()

DataBoxEdgeDevicePatch クラスの新しいインスタンスを初期化します。

public DataBoxEdgeDevicePatch();
Public Sub New ()

適用対象

DataBoxEdgeDevicePatch(IDictionary<String,String>, ResourceIdentity, EdgeProfilePatch)

DataBoxEdgeDevicePatch クラスの新しいインスタンスを初期化します。

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

パラメーター

tags
IDictionary<String,String>

Data Box Edge/Gateway リソースにアタッチされているタグ。

identity
ResourceIdentity

リソースの MSI ID

edgeProfile
EdgeProfilePatch

Data Box Edge/Gateway デバイスのエッジ プロファイル プロパティ

適用対象