IJobCollectionOperations.GetAsync(String, String, CancellationToken) Method

Definition

Retreive a job collection.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse> GetAsync (string cloudServiceName, string jobCollectionName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse>
Public Function GetAsync (cloudServiceName As String, jobCollectionName As String, cancellationToken As CancellationToken) As Task(Of JobCollectionGetResponse)

Parameters

cloudServiceName
String

Name of the cloud service.

jobCollectionName
String

Name of the job collection.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Job Collection operation response.

Applies to