HybridRunbookWorkerGroupOperationsExtensions.UpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie eine Hybrid Runbook Workergruppe. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> UpdateAsync(this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName, Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup>
<Extension()>
Public Function UpdateAsync (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccountName As String, hybridRunbookWorkerGroupName As String, parameters As HybridRunbookWorkerGroupUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HybridRunbookWorkerGroup)
Parameter
- operations
- IHybridRunbookWorkerGroupOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- hybridRunbookWorkerGroupName
- String
Der Name der Hybrid runbook Workergruppe
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Die Hybrid Runbook Workergruppe
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET