Método IRunbookOperations.UpdateAsync (String, RunbookUpdateParameters, CancellationToken)
Atualize o runbook identificado pelo nome do runbook. (consulte https://aka.ms/azureautomationsdk/runbookoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
Task<RunbookGetResponse> UpdateAsync(
string automationAccount,
RunbookUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<RunbookGetResponse^>^ UpdateAsync(
String^ automationAccount,
RunbookUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract UpdateAsync :
automationAccount:string *
parameters:RunbookUpdateParameters *
cancellationToken:CancellationToken -> Task<RunbookGetResponse>
Function UpdateAsync (
automationAccount As String,
parameters As RunbookUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of RunbookGetResponse)
Parâmetros
automationAccount
Type: System.StringO nome da conta de automação.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookUpdateParametersOs parâmetros de atualização de runbook.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<RunbookGetResponse>
O modelo de resposta para a operação runbook.
Consulte também
Interface IRunbookOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo