RunbookOperationsExtensions.Create 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)

public static RunbookCreateResponse Create(
	this IRunbookOperations operations,
	string automationAccount,
	RunbookCreateParameters parameters
)

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: Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateResponse

The response model for the runbook create response.

Return to top
Show: