Freigeben über


AutomationConnectionCollection.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren einer Verbindung

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/connections/{connectionName}
  • Vorgangs-IdConnection_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string connectionName, Azure.ResourceManager.Automation.Models.AutomationConnectionCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationConnectionCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationConnectionCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectionName As String, content As AutomationConnectionCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AutomationConnectionResource)

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.

connectionName
String

Die Parameter, die für den Verbindungserstellungs- oder Aktualisierungsvorgang bereitgestellt werden.

content
AutomationConnectionCreateOrUpdateContent

Die Parameter, die für den Verbindungserstellungs- oder Aktualisierungsvorgang bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

connectionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

connectionName oder content ist NULL.

Gilt für: