Partager via


IJobCollectionOperations.BeginCreatingAsync Méthode

Définition

Créez une collection de travaux.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse> BeginCreatingAsync(string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreatingAsync : string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse>
Public Function BeginCreatingAsync (cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionCreateParameters, cancellationToken As CancellationToken) As Task(Of JobCollectionCreateResponse)

Paramètres

cloudServiceName
String

Nom du service cloud contenant la collection de travaux.

jobCollectionName
String

Nom de la collection de travaux à créer.

parameters
JobCollectionCreateParameters

Paramètres fournis à l’opération Créer une collection de travaux.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Créer une collection de travaux.

S’applique à