Partager via


JobCollectionOperationsExtensions.BeginUpdatingAsync Méthode

Définition

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 à