Share via


ContainerAttachResponse Class

Definition

The information for the output stream from container attach.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerAttachResponseTypeConverter))]
public class ContainerAttachResponse : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerAttachResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerAttachResponseTypeConverter))>]
type ContainerAttachResponse = class
    interface IContainerAttachResponse
    interface IJsonSerializable
Public Class ContainerAttachResponse
Implements IContainerAttachResponse
Inheritance
ContainerAttachResponse
Attributes
Implements

Constructors

ContainerAttachResponse()

Creates an new ContainerAttachResponse instance.

Properties

Password

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

WebSocketUri

The uri for the output stream from the attach.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerAttachResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerAttachResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerAttachResponse.

FromJsonString(String)

Creates a new instance of ContainerAttachResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerAttachResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to