AppConfigurationSnapshotModifiedEventData 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.SnapshotModified event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotModifiedEventData+AppConfigurationSnapshotModifiedEventDataConverter))]
public class AppConfigurationSnapshotModifiedEventData : Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotModifiedEventData+AppConfigurationSnapshotModifiedEventDataConverter))>]
type AppConfigurationSnapshotModifiedEventData = class
inherit AppConfigurationSnapshotEventData
Public Class AppConfigurationSnapshotModifiedEventData
Inherits AppConfigurationSnapshotEventData
- Inheritance
- Attributes
Properties
ETag |
The etag representing the new state of the snapshot. (Inherited from AppConfigurationSnapshotEventData) |
Name |
The name of the snapshot. (Inherited from AppConfigurationSnapshotEventData) |
SyncToken |
The sync token representing the server state after the event. (Inherited from AppConfigurationSnapshotEventData) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET