Partilhar via


IContainerGroup.ExecuteCommandAsync Método

Definição

Inicia o comando exec para uma instância de contêiner específica dentro do grupo de contêineres.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerExecResponse> ExecuteCommandAsync (string containerName, string command, int row, int column, System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteCommandAsync : string * string * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerExecResponse>
Public Function ExecuteCommandAsync (containerName As String, command As String, row As Integer, column As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IContainerExecResponse)

Parâmetros

containerName
String

O nome da instância do contêiner.

command
String

O comando a ser executado.

row
Int32

O tamanho da linha do terminal.

column
Int32

O tamanho da coluna do terminal.

cancellationToken
CancellationToken

Retornos

Aplica-se a