AppConfigurationSnapshotCreatedEventData Klasse
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.
Schema der Data-Eigenschaft eines EventGridEvent-Ereignisses für ein Microsoft.AppConfiguration.SnapshotCreated-Ereignis.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData+AppConfigurationSnapshotCreatedEventDataConverter))]
public class AppConfigurationSnapshotCreatedEventData : Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData+AppConfigurationSnapshotCreatedEventDataConverter))>]
type AppConfigurationSnapshotCreatedEventData = class
inherit AppConfigurationSnapshotEventData
Public Class AppConfigurationSnapshotCreatedEventData
Inherits AppConfigurationSnapshotEventData
- Vererbung
- Attribute
Eigenschaften
ETag |
Das etag, das den neuen Zustand des Momentaufnahme darstellt. (Geerbt von AppConfigurationSnapshotEventData) |
Name |
Der Name des Momentaufnahme. (Geerbt von AppConfigurationSnapshotEventData) |
SyncToken |
Das Synchronisierungstoken, das den Serverstatus nach dem Ereignis darstellt. (Geerbt von AppConfigurationSnapshotEventData) |
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET