ContainerExecRequest 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
ContainerExecRequest() |
Initializes a new instance of the ContainerExecRequest class. |
ContainerExecRequest(String, ContainerExecRequestTerminalSize) |
Initializes a new instance of the ContainerExecRequest class. |
ContainerExecRequest()
Initializes a new instance of the ContainerExecRequest class.
public ContainerExecRequest ();
Public Sub New ()
Applies to
ContainerExecRequest(String, ContainerExecRequestTerminalSize)
Initializes a new instance of the ContainerExecRequest class.
public ContainerExecRequest (string command = default, Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequestTerminalSize terminalSize = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequest : string * Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequestTerminalSize -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerExecRequest
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.