Compartir a través de


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

 

Recuperar la programación identificada por el nombre de la programación. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obtener más información)

Espacio de nombres:   Microsoft.WindowsAzure.Management.Automation
Ensamblado:  Microsoft.WindowsAzure.Management.Automation (en Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxis

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

    Requerido. El nombre de cuenta de automatización.

  • scheduleName
    Type: System.String

    Requerido. El nombre de la programación.

Valor devuelto

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

El modelo de respuesta de la operación de obtención de la programación.

Vea también

ScheduleOperationsExtensions (Clase)
Microsoft.WindowsAzure.Management.Automation (Espacio de nombres)

Volver al principio