AppConfigurationSnapshotCreatedEventData interface

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

Inherited Properties

etag

The etag representing the new state of the snapshot.

name

The name of the snapshot.

syncToken

The sync token representing the server state after the event.

Inherited Property Details

etag

The etag representing the new state of the snapshot.

etag: string

Property Value

string

Inherited From AppConfigurationSnapshotEventData.etag

name

The name of the snapshot.

name: string

Property Value

string

Inherited From AppConfigurationSnapshotEventData.name

syncToken

The sync token representing the server state after the event.

syncToken: string

Property Value

string

Inherited From AppConfigurationSnapshotEventData.syncToken