RunbookDraftOperationsExtensions.GetAsync Method (IRunbookDraftOperations, String, String)
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)
public static Task<RunbookDraftGetResponse> GetAsync( this IRunbookDraftOperations operations, string automationAccount, string runbookName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- runbookName
-
Type:
System.String
Required. The runbook name.
Return Value
Type: System.Threading.Tasks.Task<RunbookDraftGetResponse>The response model for the get runbook draft operation.
Show: