IRunbookDraftOperations.BeginPublishAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the runbook identified by runbook name. (see http://aka.ms/azureautomationsdk/runbookdraftoperations for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse> BeginPublishAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginPublishAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftPublishParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationResultResponse>
Public Function BeginPublishAsync (automationAccount As String, parameters As RunbookDraftPublishParameters, cancellationToken As CancellationToken) As Task(Of LongRunningOperationResultResponse)
Parameters
- automationAccount
- String
The automation account name.
- parameters
- RunbookDraftPublishParameters
The parameters supplied to the publish runbook operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A standard service response for long running operations.