RegistriesOperationsExtensions.ScheduleRunAsync 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.
Planifie une nouvelle exécution en fonction des paramètres de requête et l’ajoute à la file d’attente d’exécution.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Run> ScheduleRunAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest runRequest, System.Threading.CancellationToken cancellationToken = default);
static member ScheduleRunAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Run>
<Extension()>
Public Function ScheduleRunAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, runRequest As RunRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Run)
Paramètres
- operations
- IRegistriesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient le registre de conteneurs.
- registryName
- String
Nom du registre de conteneurs.
- runRequest
- RunRequest
Paramètres d’une exécution qui doit être planifiée.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET