Compartilhar via


JobCollectionOperationsExtensions.GetAsync Método

Definição

Retreive uma coleção de trabalhos.

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)

Parâmetros

operations
IJobCollectionOperations

Referência ao Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.

cloudServiceName
String

Obrigatórios. Nome do serviço de nuvem.

jobCollectionName
String

Obrigatórios. Nome da coleção de trabalhos.

Retornos

A resposta da operação Obter Coleção de Trabalhos.

Aplica-se a