RunbookDraftOperationsExtensions.Publish 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)

<ExtensionAttribute>
Public Shared Function Publish (
	operations As IRunbookDraftOperations,
	automationAccount As String,
	parameters As RunbookDraftPublishParameters
) As LongRunningOperationResultResponse

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: