JobCollectionOperationsExtensions::Get 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 JobCollectionGetResponse^ Get(
	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: Microsoft.WindowsAzure.Management.Scheduler.Models::JobCollectionGetResponse^

The Get Job Collection operation response.

Return to top
Show: