Partager via


JobCollectionOperationsExtensions.BeginUpdating Méthode

Définition

Mettre à jour une collection de travaux.

public static Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse BeginUpdating(this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters parameters);
static member BeginUpdating : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters -> Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse
<Extension()>
Public Function BeginUpdating (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionUpdateParameters) As 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 à