Delen via


AutomationAccountOperationsExtensions.UpdateAsync Methode

Definitie

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)

Parameters

operations
IAutomationAccountOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van een Azure-resourcegroep.

automationAccountName
String

De naam van het Automation-account.

parameters
AutomationAccountUpdateParameters

Parameters die zijn opgegeven voor het Automation-account voor updates.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op