Freigeben über


DscNodeConfigurationCollection.CreateOrUpdate Methode

Definition

Erstellen Sie die Knotenkonfiguration, die durch den Namen der Knotenkonfiguration identifiziert wird.

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

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.

nodeConfigurationName
String

Der Name der Dsc-Knotenkonfiguration.

content
DscNodeConfigurationCreateOrUpdateContent

Die Erstellungs- oder Aktualisierungsparameter für die Konfiguration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

nodeConfigurationName oder content ist NULL.

Gilt für: