你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 标头值发送。

适用于