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>
public class ContainerAttachResult
type ContainerAttachResult = class
    interface IJsonModel<ContainerAttachResult>
    interface IPersistableModel<ContainerAttachResult>
type ContainerAttachResult = class
Public Class ContainerAttachResult
Implements IJsonModel(Of ContainerAttachResult), IPersistableModel(Of ContainerAttachResult)
Public Class 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.

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