次の方法で共有


ContainerAttachResponse コンストラクター

定義

オーバーロード

ContainerAttachResponse()

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

ContainerAttachResponse(String, String)

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

ContainerAttachResponse()

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

public ContainerAttachResponse ();
Public Sub New ()

適用対象

ContainerAttachResponse(String, String)

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

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

パラメーター

webSocketUri
String

アタッチからの出力ストリームの URI。

password
String

アタッチからの出力ストリームへのパスワード。 WebsocketUri に接続するときに、Authorization ヘッダー値として送信します。

適用対象