IJobScheduleOperations.GetAsync Method (String, Guid, CancellationToken)

 

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

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

Task<JobScheduleGetResponse> GetAsync(
	string automationAccount,
	Guid jobScheduleName,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System.String

The automation account name.

jobScheduleName
Type: System.Guid

The job schedule name.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The response model for the get job schedule operation.

Return to top
Show: