Share via


AppConfigurationSnapshotCreatedEventData Class

Definition

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

[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
Inheritance
AppConfigurationSnapshotCreatedEventData
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