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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET