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

AppConfigurationSnapshotCreatedEventData 类

定义

Microsoft.AppConfiguration.SnapshotCreated 事件的 EventGridEvent 的 Data 属性的架构。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData+AppConfigurationSnapshotCreatedEventDataConverter))]
public class AppConfigurationSnapshotCreatedEventData : Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData+AppConfigurationSnapshotCreatedEventDataConverter))>]
type AppConfigurationSnapshotCreatedEventData = class
    inherit AppConfigurationSnapshotEventData
Public Class AppConfigurationSnapshotCreatedEventData
Inherits AppConfigurationSnapshotEventData
继承
AppConfigurationSnapshotCreatedEventData
属性

属性

ETag

表示快照的新状态的 etag。

(继承自 AppConfigurationSnapshotEventData)
Name

快照的名称。

(继承自 AppConfigurationSnapshotEventData)
SyncToken

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

(继承自 AppConfigurationSnapshotEventData)

适用于