Share via


RunbookDraftOperationsExtensions.BeginUpdateAsync Method (IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

 

Updates the runbook draft with runbookStream as its content. (see https://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

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

Syntax

public static Task<LongRunningOperationResultResponse> BeginUpdateAsync(
    this IRunbookDraftOperations operations,
    string automationAccount,
    RunbookDraftUpdateParameters parameters
)
public:
[ExtensionAttribute]
static Task<LongRunningOperationResultResponse^>^ BeginUpdateAsync(
    IRunbookDraftOperations^ operations,
    String^ automationAccount,
    RunbookDraftUpdateParameters^ parameters
)
static member BeginUpdateAsync : 
        operations:IRunbookDraftOperations *
        automationAccount:string *
        parameters:RunbookDraftUpdateParameters -> Task<LongRunningOperationResultResponse>
<ExtensionAttribute>
Public Shared Function BeginUpdateAsync (
    operations As IRunbookDraftOperations,
    automationAccount As String,
    parameters As RunbookDraftUpdateParameters
) As Task(Of LongRunningOperationResultResponse)

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: System.Threading.Tasks.Task<LongRunningOperationResultResponse>

A standard service response for long running operations.

See Also

RunbookDraftOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top