StorageCacheResource.ResumePrimingJobAsync 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.
Reprend un travail de préparation suspendu.
- Chemin de la requête/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/resumePrimingJob
- IdCaches_ResumePrimingJob d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ResumePrimingJobAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.StorageCache.Models.PrimingJobContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResumePrimingJobAsync : Azure.WaitUntil * Azure.ResourceManager.StorageCache.Models.PrimingJobContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ResumePrimingJobAsync : Azure.WaitUntil * Azure.ResourceManager.StorageCache.Models.PrimingJobContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ResumePrimingJobAsync (waitUntil As WaitUntil, Optional content As PrimingJobContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée 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 de Long-Running Azure.Core.
- content
- PrimingJobContent
Objet contenant l’ID du travail de préparation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
S’applique à
Azure SDK for .NET