次の方法で共有


ContainerExecResponse コンストラクター

定義

オーバーロード

ContainerExecResponse()

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

ContainerExecResponse(String, String)

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

ContainerExecResponse()

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

public ContainerExecResponse ();
Public Sub New ()

適用対象

ContainerExecResponse(String, String)

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

public ContainerExecResponse (string webSocketUri = default, string password = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecResponse : string * string -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecResponse
Public Sub New (Optional webSocketUri As String = Nothing, Optional password As String = Nothing)

パラメーター

webSocketUri
String

exec websocket の URI。

password
String

exec コマンドを開始するパスワード。

適用対象