JobCollectionOperationsExtensions::GetAsync Method (IJobCollectionOperations^, String^, String^)

 

Retreive a job collection.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
[ExtensionAttribute]
static Task<JobCollectionGetResponse^>^ GetAsync(
	IJobCollectionOperations^ operations,
	String^ cloudServiceName,
	String^ jobCollectionName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler::IJobCollectionOperations^

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

cloudServiceName
Type: System::String^

Required. Name of the cloud service.

jobCollectionName
Type: System::String^

Required. Name of the job collection.

Return Value

Type: System.Threading.Tasks::Task<JobCollectionGetResponse^>^

The Get Job Collection operation response.

Return to top
Show: