Share via


IContainerGroup.ExecuteCommand(String, String, Int32, Int32) Method

Definition

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.

Returns

Applies to