Share via


AppConfigurationKeyValueDeletedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueDeletedEventData+AppConfigurationKeyValueDeletedEventDataConverter))]
public class AppConfigurationKeyValueDeletedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueDeletedEventData+AppConfigurationKeyValueDeletedEventDataConverter))>]
type AppConfigurationKeyValueDeletedEventData = class
Public Class AppConfigurationKeyValueDeletedEventData
Inheritance
AppConfigurationKeyValueDeletedEventData
Attributes

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.

Applies to