IScheduleOperations::GetAsync Method (String^, String^, CancellationToken)

 

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

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

Task<ScheduleGetResponse^>^ GetAsync(
	String^ automationAccount,
	String^ scheduleName,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

scheduleName
Type: System::String^

The schedule name.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

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

The response model for the get schedule operation.

Return to top
Show: