Freigeben über


SoftwareUpdateConfigurationResource.Update Methode

Definition

Erstellen Sie eine neue Softwareupdatekonfiguration mit dem im URI angegebenen Namen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurations/{softwareUpdateConfigurationName}
  • Vorgangs-IdSoftwareUpdateConfigurations_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData data, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Automation.SoftwareUpdateConfigurationData * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.SoftwareUpdateConfigurationResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As SoftwareUpdateConfigurationData, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SoftwareUpdateConfigurationResource)

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.

data
SoftwareUpdateConfigurationData

Anforderungstext.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

data ist NULL.

Gilt für: