JobCollectionOperationsExtensions.BeginCreatingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a job collection.
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)
Parameters
- operations
- IJobCollectionOperations
Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
- cloudServiceName
- String
Required. The name of the cloud service containing the job collection.
- jobCollectionName
- String
Required. The name of the job collection to create.
- parameters
- JobCollectionCreateParameters
Required. Parameters supplied to the Create Job Collection operation.
Returns
The Create Job Collection operation response.
Applies to
Azure SDK for .NET