AppConfigurationSnapshotModifiedEventData 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 für ein Microsoft.AppConfiguration.SnapshotModified-Ereignis.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotModifiedEventData+AppConfigurationSnapshotModifiedEventDataConverter))]
public class AppConfigurationSnapshotModifiedEventData : Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotModifiedEventData+AppConfigurationSnapshotModifiedEventDataConverter))>]
type AppConfigurationSnapshotModifiedEventData = class
inherit AppConfigurationSnapshotEventData
Public Class AppConfigurationSnapshotModifiedEventData
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