Freigeben über


HybridRunbookWorkerGroupCollection.CreateOrUpdateAsync Methode

Definition

Erstellen Sie eine Hybrid Runbook Workergruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string hybridRunbookWorkerGroupName, Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.HybridRunbookWorkerGroupCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, hybridRunbookWorkerGroupName As String, content As HybridRunbookWorkerGroupCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HybridRunbookWorkerGroupResource))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

hybridRunbookWorkerGroupName
String

Der Name der Hybrid Runbook Worker-Gruppe.

content
HybridRunbookWorkerGroupCreateOrUpdateContent

Die Erstellungs- oder Aktualisierungsparameter für hybride 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: