RunbookOperationsExtensions.GetAsync Method (IRunbookOperations, String, String)
Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function GetAsync ( operations As IRunbookOperations, automationAccount As String, runbookName As String ) As Task(Of RunbookGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IRunbookOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- runbookName
-
Type:
System.String
Required. The runbook name.
Return Value
Type: System.Threading.Tasks.Task(Of RunbookGetResponse)The response model for the get runbook operation.
Show: