Share via


ContainerExecRequestTerminalSize Class

Definition

The size of the terminal.

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

Constructors

ContainerExecRequestTerminalSize()

Initializes a new instance of ContainerExecRequestTerminalSize.

Properties

Cols

The column size of the terminal.

Rows

The row size of the terminal.

Explicit Interface Implementations

IJsonModel<ContainerExecRequestTerminalSize>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerExecRequestTerminalSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerExecRequestTerminalSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerExecRequestTerminalSize>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerExecRequestTerminalSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to