Compartilhar via


Método RunbookDraftOperationsExtensions.BeginUpdate (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 LongRunningOperationResultResponse BeginUpdate(
    this IRunbookDraftOperations operations,
    string automationAccount,
    RunbookDraftUpdateParameters parameters
)
public:
[ExtensionAttribute]
static LongRunningOperationResultResponse^ BeginUpdate(
    IRunbookDraftOperations^ operations,
    String^ automationAccount,
    RunbookDraftUpdateParameters^ parameters
)
static member BeginUpdate : 
        operations:IRunbookDraftOperations *
        automationAccount:string *
        parameters:RunbookDraftUpdateParameters -> LongRunningOperationResultResponse
<ExtensionAttribute>
Public Shared Function BeginUpdate (
    operations As IRunbookDraftOperations,
    automationAccount As String,
    parameters As RunbookDraftUpdateParameters
) As LongRunningOperationResultResponse

Parâmetros

  • automationAccount
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.Management.Automation.Models.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