Share via


ContainerExecResponse Constructors

Definition

Overloads

ContainerExecResponse()

Initializes a new instance of the ContainerExecResponse class.

ContainerExecResponse(String, String)

Initializes a new instance of the ContainerExecResponse class.

ContainerExecResponse()

Initializes a new instance of the ContainerExecResponse class.

public ContainerExecResponse ();
Public Sub New ()

Applies to

ContainerExecResponse(String, String)

Initializes a new instance of the ContainerExecResponse class.

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)

Parameters

webSocketUri
String

The uri for the exec websocket.

password
String

The password to start the exec command.

Applies to