AppConfigurationKeyValueDeletedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET