你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmContainerInstanceModelFactory.ContainerExecRequestTerminalSize Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.ContainerExecRequestTerminalSize ContainerExecRequestTerminalSize(int? rows = default, int? cols = default);
static member ContainerExecRequestTerminalSize : Nullable<int> * Nullable<int> -> Azure.ResourceManager.ContainerInstance.Models.ContainerExecRequestTerminalSize
Public Shared Function ContainerExecRequestTerminalSize (Optional rows As Nullable(Of Integer) = Nothing, Optional cols As Nullable(Of Integer) = Nothing) As ContainerExecRequestTerminalSize

Parameters

rows
Nullable<Int32>

The row size of the terminal.

cols
Nullable<Int32>

The column size of the terminal.

Returns

A new ContainerExecRequestTerminalSize instance for mocking.

Applies to