AutomationAccountOperationsExtensions.UpdateAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Een Automation-account bijwerken. 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)
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
Azure SDK for .NET