ContainerExecResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.