AppConfigurationKeyValueDeletedEventData interface

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

Properties

etag

The etag representing the key-value that was deleted.

key

The key used to identify the key-value that was deleted.

label

The label, if any, used to identify the key-value that was deleted.

syncToken

The sync token representing the server state after the event.

Property Details

etag

The etag representing the key-value that was deleted.

etag: string

Property Value

string

key

The key used to identify the key-value that was deleted.

key: string

Property Value

string

label

The label, if any, used to identify the key-value that was deleted.

label: string

Property Value

string

syncToken

The sync token representing the server state after the event.

syncToken: string

Property Value

string