Partager via


IContainerGroup.ExecuteCommandAsync Méthode

Définition

Démarre la commande exec pour un conteneur spécifique instance au sein du groupe de conteneurs.

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)

Paramètres

containerName
String

Nom du conteneur instance.

command
String

Commande à exécuter.

row
Int32

Taille de ligne du terminal.

column
Int32

Taille de colonne du terminal.

cancellationToken
CancellationToken

Retours

S’applique à