ContainerExecRequestInner Constructors
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.
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.