IContainerGroup.ExecuteCommand(String, String, Int32, Int32) 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.
Starts the exec command for a specific container instance.
public Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerExecResponse ExecuteCommand (string containerName, string command, int row, int column);
abstract member ExecuteCommand : string * string * int * int -> Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerExecResponse
Public Function ExecuteCommand (containerName As String, command As String, row As Integer, column As Integer) As IContainerExecResponse
Parameters
- containerName
- String
The container instance name.
- command
- String
The command to be executed.
- row
- Int32
The row size of the terminal.
- column
- Int32
The column size of the terminal.