RunbookDraftOperationsExtensions::ContentAsync Method (IRunbookDraftOperations^, String^, String^)
Retrieve the content of 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: [ExtensionAttribute] static Task<RunbookContentResponse^>^ ContentAsync( 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<RunbookContentResponse^>^The response model for the runbook content operation.
Show: