ArmContainerInstanceModelFactory.ContainerExecRequestTerminalSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The size of the terminal.
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
Returns
A new ContainerExecRequestTerminalSize instance for mocking.