JobCollectionOperationsExtensions.GetAsync Method

Definition

Retreive a job collection.

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

Parameters

operations
IJobCollectionOperations

Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.

cloudServiceName
String

Required. Name of the cloud service.

jobCollectionName
String

Required. Name of the job collection.

Returns

The Get Job Collection operation response.

Applies to