ArmContainerInstanceModelFactory.ContainerExecContent 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.
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.