你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppConfigurationSnapshotEventData 类

定义

快照事件的常见属性的架构。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData+AppConfigurationSnapshotEventDataConverter))]
public class AppConfigurationSnapshotEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData+AppConfigurationSnapshotEventDataConverter))>]
type AppConfigurationSnapshotEventData = class
Public Class AppConfigurationSnapshotEventData
继承
AppConfigurationSnapshotEventData
派生
属性

属性

ETag

表示快照的新状态的 etag。

Name

快照的名称。

SyncToken

表示事件后服务器状态的同步令牌。

适用于