次の方法で共有


IotEdgeAgentInfo(String, String) コンストラクター

定義

IotEdgeAgentInfo の新しいインスタンスを初期化します。

public IotEdgeAgentInfo (string imageName, string tag);
new Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo : string * string -> Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo
Public Sub New (imageName As String, tag As String)

パラメーター

imageName
String

IoT エッジ エージェント イメージの名前。

tag
String

イメージ タグ。

例外

imageName または tag が null です。

適用対象