Partager via


ServiceProjectTaskResource.CommandAsync Méthode

Définition

La ressource tasks est une ressource imbriquée de proxy uniquement représentant le travail effectué par un instance DMS. Cette méthode exécute une commande sur une tâche en cours d’exécution.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}/command
  • IdTasks_Command d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.CommandProperties>> CommandAsync (Azure.ResourceManager.DataMigration.Models.CommandProperties commandProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CommandAsync : Azure.ResourceManager.DataMigration.Models.CommandProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.CommandProperties>>
override this.CommandAsync : Azure.ResourceManager.DataMigration.Models.CommandProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataMigration.Models.CommandProperties>>
Public Overridable Function CommandAsync (commandProperties As CommandProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommandProperties))

Paramètres

commandProperties
CommandProperties

Commande à exécuter.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

commandProperties a la valeur null.

S’applique à