IRunbookDraftOperations.GetAsync Method (String, String, CancellationToken)
Retrieve the runbook draft identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<RunbookDraftGetResponse> GetAsync( string automationAccount, string runbookName, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- runbookName
-
Type:
System.String
The runbook name.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<RunbookDraftGetResponse>The response model for the get runbook draft operation.
Show: