HybridRunbookWorkerGroupCollection.CreateOrUpdate 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.
Erstellen Sie eine Hybrid Runbook Workergruppe.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
- Vorgang IdHybridRunbookWorkerGroup_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string hybridRunbookWorkerGroupName, Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, hybridRunbookWorkerGroupName As String, content As HybridRunbookWorkerGroupCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of HybridRunbookWorkerGroupResource)
Parameter
- waitUntil
- WaitUntil
Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.
- hybridRunbookWorkerGroupName
- String
Der Name der Hybrid runbook Workergruppe.
Die Erstellungs- oder Aktualisierungsparameter für die Hybrid runbook Workergruppe.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
hybridRunbookWorkerGroupName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
hybridRunbookWorkerGroupName
oder content
ist NULL.
Gilt für:
Azure SDK for .NET