Share via


ContainerAttachResult Class

Definition

The information for the output stream from container attach.

public class ContainerAttachResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>
type ContainerAttachResult = class
    interface IJsonModel<ContainerAttachResult>
    interface IPersistableModel<ContainerAttachResult>
Public Class ContainerAttachResult
Implements IJsonModel(Of ContainerAttachResult), IPersistableModel(Of ContainerAttachResult)
Inheritance
ContainerAttachResult
Implements

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAttachResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAttachResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAttachResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAttachResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAttachResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to