ArmContainerInstanceModelFactory.ContainerExecContent Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.ContainerExecContent ContainerExecContent(string command = default, Azure.ResourceManager.ContainerInstance.Models.ContainerExecRequestTerminalSize terminalSize = default);
static member ContainerExecContent : string * Azure.ResourceManager.ContainerInstance.Models.ContainerExecRequestTerminalSize -> Azure.ResourceManager.ContainerInstance.Models.ContainerExecContent
Public Shared Function ContainerExecContent (Optional command As String = Nothing, Optional terminalSize As ContainerExecRequestTerminalSize = Nothing) As ContainerExecContent

Parameters

command
String

The command to be executed.

terminalSize
ContainerExecRequestTerminalSize

The size of the terminal.

Returns

A new ContainerExecContent instance for mocking.

Applies to