Freigeben über


DscNodeConfigurationResource.Update 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 Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Automation.Models.DscNodeConfigurationCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Automation.Models.DscNodeConfigurationCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Automation.Models.DscNodeConfigurationCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function Update (waitUntil As WaitUntil, 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.

content
DscNodeConfigurationCreateOrUpdateContent

Die Erstellungs- oder Aktualisierungsparameter für die Konfiguration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: