Freigeben über


PredictionResourceFormatResource.Update Methode

Definition

Erstellt eine Vorhersage oder aktualisiert eine vorhandene Vorhersage im Hub.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}
  • Vorgangs-IdPredictions_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As PredictionResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PredictionResourceFormatResource)

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
PredictionResourceFormatData

Parameter, die für den Vorhersagevorgang zum Erstellen/Aktualisieren bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

data ist NULL.

Gilt für: