次の方法で共有


ContainerExec コンストラクター

定義

オーバーロード

ContainerExec()

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

ContainerExec(IList<String>)

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

ContainerExec()

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

public ContainerExec ();
Public Sub New ()

適用対象

ContainerExec(IList<String>)

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

public ContainerExec (System.Collections.Generic.IList<string> command = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExec : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExec
Public Sub New (Optional command As IList(Of String) = Nothing)

パラメーター

command
IList<String>

コンテナー内で実行するコマンド。

適用対象