JobCollectionOperationsExtensions.BeginUpdatingAsync 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.
Mettre à jour une collection de travaux.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse> BeginUpdatingAsync (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters parameters);
static member BeginUpdatingAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse>
<Extension()>
Public Function BeginUpdatingAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionUpdateParameters) As Task(Of JobCollectionUpdateResponse)
Paramètres
- operations
- IJobCollectionOperations
Référence à Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
- cloudServiceName
- String
Obligatoire. Nom du service cloud contenant la collection de travaux.
- jobCollectionName
- String
Obligatoire. Nom de la collection de travaux à mettre à jour.
- parameters
- JobCollectionUpdateParameters
Obligatoire. Paramètres fournis à l’opération Mettre à jour la collection de travaux.
Retours
Réponse de l’opération Mettre à jour la collection de travaux.
S’applique à
Azure SDK for .NET