ContainerExecRequestInner Constructors

Definition

Overloads

ContainerExecRequestInner()

Initializes a new instance of the ContainerExecRequestInner class.

ContainerExecRequestInner(String, ContainerExecRequestTerminalSize)

Initializes a new instance of the ContainerExecRequestInner class.

ContainerExecRequestInner()

Initializes a new instance of the ContainerExecRequestInner class.

public ContainerExecRequestInner ();
Public Sub New ()

Applies to

ContainerExecRequestInner(String, ContainerExecRequestTerminalSize)

Initializes a new instance of the ContainerExecRequestInner class.

public ContainerExecRequestInner (string command = default, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestTerminalSize terminalSize = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestInner : string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestTerminalSize -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestInner
Public Sub New (Optional command As String = Nothing, Optional terminalSize As ContainerExecRequestTerminalSize = Nothing)

Parameters

command
String

The command to be executed.

terminalSize
ContainerExecRequestTerminalSize

The size of the terminal.

Applies to