Partager via


JobCollectionOperationsExtensions.BeginCreatingAsync Méthode

Définition

Créez une collection de travaux.

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

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 à créer.

parameters
JobCollectionCreateParameters

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

Retours

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

S’applique à