JobCollectionOperationsExtensions.Get Method

Definition

Retreive a job collection.

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