RunbookDraftOperationsExtensions.BeginPublishAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse> BeginPublishAsync (this Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters parameters);
static member BeginPublishAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse>
<Extension()>
Public Function BeginPublishAsync (operations As IRunbookDraftOperations, automationAccount As String, parameters As RunbookDraftPublishParameters) As Task(Of LongRunningOperationResultResponse)

Parameters

operations
IRunbookDraftOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookDraftOperations.

automationAccount
String

Required. The automation account name.

parameters
RunbookDraftPublishParameters

Required. The parameters supplied to the publish runbook operation.

Returns

A standard service response for long running operations.

Applies to