RunbookDraftOperationsExtensions.BeginPublish Method (IRunbookDraftOperations, String, RunbookDraftPublishParameters)

 

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

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

public static LongRunningOperationResultResponse BeginPublish(
	this IRunbookDraftOperations operations,
	string automationAccount,
	RunbookDraftPublishParameters parameters
)

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.

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

Required. The parameters supplied to the publish runbook operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse

A standard service response for long running operations.

Return to top
Show: