RunbookOperationsExtensions.CreateAsync Method (IRunbookOperations, String, RunbookCreateParameters)

 

Create the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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

<ExtensionAttribute>
Public Shared Function CreateAsync (
	operations As IRunbookOperations,
	automationAccount As String,
	parameters As RunbookCreateParameters
) As Task(Of RunbookCreateResponse)

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.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateParameters

Required. The create parameters for runbook.

Return Value

Type: System.Threading.Tasks.Task(Of RunbookCreateResponse)

The response model for the runbook create response.

Return to top
Show: