Compartilhar via


Método RunbookDraftOperationsExtensions.BeginUpdateAsync (IRunbookDraftOperations, String, RunbookDraftUpdateParameters)

 

Atualiza o rascunho do runbook com runbookStream como seu conteúdo. (consulte https://aka.ms/azureautomationsdk/runbookdraftoperations para obter mais informações)

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

Sintaxe

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)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

Valor de retorno

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

Uma resposta do serviço padrão por muito tempo executando operações.

Consulte também

Classe RunbookDraftOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo