ContainerAttachResponse 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
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
Azure SDK for .NET