Compartir a través de


Método IScheduleOperations.GetAsync

Retrieve the schedule identified by schedule name. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

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

Uso

'Uso
Dim instance As IScheduleOperations
Dim automationAccount As String
Dim scheduleName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ScheduleGetResponse)

returnValue = instance.GetAsync(automationAccount, scheduleName, cancellationToken)

Sintaxis

'Declaración
Function GetAsync ( _
    automationAccount As String, _
    scheduleName As String, _
    cancellationToken As CancellationToken _
) As Task(Of ScheduleGetResponse)
Task<ScheduleGetResponse> GetAsync (
    string automationAccount,
    string scheduleName,
    CancellationToken cancellationToken
)
Task<ScheduleGetResponse^>^ GetAsync (
    String^ automationAccount, 
    String^ scheduleName, 
    CancellationToken cancellationToken
)
Task<ScheduleGetResponse> GetAsync (
    String automationAccount, 
    String scheduleName, 
    CancellationToken cancellationToken
)
function GetAsync (
    automationAccount : String, 
    scheduleName : String, 
    cancellationToken : CancellationToken
) : Task<ScheduleGetResponse>

Parámetros

  • automationAccount
    The automation account name.
  • scheduleName
    The schedule name.
  • cancellationToken
    Cancellation token.

Valor devuelto

The response model for the get schedule operation.

Seguridad para subprocesos

Cualquier miembro estático público (compartido en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows 7 y Windows Server 2008

Plataformas de destino

Vea también

Referencia

Interfaz IScheduleOperations
Miembros IScheduleOperations
Espacio de nombres Microsoft.WindowsAzure.Management.Automation