ContainerServiceManagedClusterResource.RunCommand Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
AKS crée un pod pour exécuter la commande. Cela est principalement utile pour les clusters privés. Pour plus d’informations, consultez Commande d’exécution AKS.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/runCommand
- IdManagedClusters_RunCommand d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult> RunCommand (Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RunCommand : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>
override this.RunCommand : Azure.WaitUntil * Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandResult>
Public Overridable Function RunCommand (waitUntil As WaitUntil, content As ManagedClusterRunCommandContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ManagedClusterRunCommandResult)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
- content
- ManagedClusterRunCommandContent
Demande de commande d’exécution.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
content
a la valeur null.
S’applique à
Azure SDK for .NET