Compartilhar via


ScheduleOperationsExtensions.GetAsync Método

Definição

Recupere o agendamento identificado pelo nome do agendamento. (consulte http://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount, string scheduleName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IScheduleOperations, automationAccount As String, scheduleName As String) As Task(Of ScheduleGetResponse)

Parâmetros

operations
IScheduleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.

automationAccount
String

Obrigatórios. O nome da conta de automação.

scheduleName
String

Obrigatórios. O nome do agendamento.

Retornos

O modelo de resposta para a operação obter agendamento.

Aplica-se a