IScheduleOperations.GetAsync(String, String, CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse> GetAsync (string automationAccount, string scheduleName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse>
Public Function GetAsync (automationAccount As String, scheduleName As String, cancellationToken As CancellationToken) As Task(Of ScheduleGetResponse)

Parameters

automationAccount
String

The automation account name.

scheduleName
String

The schedule name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get schedule operation.

Applies to