Compartir a través de


ContainerExecRequestTerminalSize Class

Definition

The size of the terminal.

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

Constructors

ContainerExecRequestTerminalSize()

Creates an new ContainerExecRequestTerminalSize instance.

Properties

Col

The column size of the terminal

Row

The row size of the terminal

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerExecRequestTerminalSize.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerExecRequestTerminalSize.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerExecRequestTerminalSize into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to