HybridRunbookWorkerGroupOperationsExtensions.Update 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 einer Hybrid Runbook Workergruppe. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
public static Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup Update (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName, Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupUpdateParameters -> Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup
<Extension()>
Public Function Update (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccountName As String, hybridRunbookWorkerGroupName As String, parameters As HybridRunbookWorkerGroupUpdateParameters) As 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
Name der Hybrid Runbook Worker-Gruppe
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Die Hybrid Runbook Worker-Gruppe
Gibt zurück
Gilt für:
Azure SDK for .NET