Compartilhar via


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

Name Description
ContainerExecRequestTerminalSize()

Creates an new ContainerExecRequestTerminalSize instance.

Properties

Name Description
Col

The column size of the terminal

Row

The row size of the terminal

Methods

Name Description
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