ContainerAttachResponse Constructors

Definition

Overloads

ContainerAttachResponse()

Initializes a new instance of the ContainerAttachResponse class.

ContainerAttachResponse(String, String)

Initializes a new instance of the ContainerAttachResponse class.

ContainerAttachResponse()

Initializes a new instance of the ContainerAttachResponse class.

public ContainerAttachResponse ();
Public Sub New ()

Applies to

ContainerAttachResponse(String, String)

Initializes a new instance of the ContainerAttachResponse class.

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)

Parameters

webSocketUri
String

The uri for the output stream from the attach.

password
String

The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.

Applies to