Compartilhar via


Método ScheduleOperationsExtensions.GetAsync (IScheduleOperations, String, String)

 

Recupere a agenda identificada pelo nome da agenda. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public static Task<ScheduleGetResponse> GetAsync(
    this IScheduleOperations operations,
    string automationAccount,
    string scheduleName
)
public:
[ExtensionAttribute]
static Task<ScheduleGetResponse^>^ GetAsync(
    IScheduleOperations^ operations,
    String^ automationAccount,
    String^ scheduleName
)
static member GetAsync : 
        operations:IScheduleOperations *
        automationAccount:string *
        scheduleName:string -> Task<ScheduleGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IScheduleOperations,
    automationAccount As String,
    scheduleName As String
) As Task(Of ScheduleGetResponse)

Parâmetros

  • automationAccount
    Type: System.String

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

  • scheduleName
    Type: System.String

    Obrigatório. O nome da agenda.

Valor de retorno

Type: System.Threading.Tasks.Task<ScheduleGetResponse>

O modelo de resposta para a operação agenda.

Consulte também

Classe ScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo