Share via


AppConfigurationSnapshotModifiedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.SnapshotModified event.

[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
Inheritance
AppConfigurationSnapshotModifiedEventData
Attributes

Properties

ETag

The etag representing the new state of the snapshot.

(Inherited from AppConfigurationSnapshotEventData)
Name

The name of the snapshot.

(Inherited from AppConfigurationSnapshotEventData)
SyncToken

The sync token representing the server state after the event.

(Inherited from AppConfigurationSnapshotEventData)

Applies to