Aracılığıyla paylaş


AutomationAccountOperationsExtensions.UpdateAsync Yöntem

Tanım

Otomasyon hesabını güncelleştirme. http://aka.ms/azureautomationsdk/automationaccountoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount> UpdateAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.AutomationAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string * Microsoft.Azure.Management.Automation.Models.AutomationAccountUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function UpdateAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String, parameters As AutomationAccountUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AutomationAccount)

Parametreler

operations
IAutomationAccountOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

parameters
AutomationAccountUpdateParameters

Güncelleştirme otomasyonu hesabına sağlanan parametreler.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır