DataCollectionRuleAssociationCollection.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Zuordnung.
- Anforderungspfad/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
- Vorgangs-IdDataCollectionRuleAssociations_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string associationName, Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, associationName As String, data As DataCollectionRuleAssociationData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataCollectionRuleAssociationResource))
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.
- associationName
- String
Der Name der Zuordnung. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
Die Nutzlast.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
associationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
associationName
oder data
ist NULL.
Gilt für:
Azure SDK for .NET