ContainerExecRequestTerminalSize コンストラクター

定義

オーバーロード

ContainerExecRequestTerminalSize()

ContainerExecRequestTerminalSize クラスの新しいインスタンスを初期化します。

ContainerExecRequestTerminalSize(Nullable<Int32>, Nullable<Int32>)

ContainerExecRequestTerminalSize クラスの新しいインスタンスを初期化します。

ContainerExecRequestTerminalSize()

ContainerExecRequestTerminalSize クラスの新しいインスタンスを初期化します。

public ContainerExecRequestTerminalSize ();
Public Sub New ()

適用対象

ContainerExecRequestTerminalSize(Nullable<Int32>, Nullable<Int32>)

ContainerExecRequestTerminalSize クラスの新しいインスタンスを初期化します。

public ContainerExecRequestTerminalSize (int? rows = default, int? cols = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequestTerminalSize : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequestTerminalSize
Public Sub New (Optional rows As Nullable(Of Integer) = Nothing, Optional cols As Nullable(Of Integer) = Nothing)

パラメーター

rows
Nullable<Int32>

ターミナルの行サイズ

cols
Nullable<Int32>

ターミナルの列サイズ

適用対象