Class AppConfigurationSnapshotCreatedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotEventData
com.azure.messaging.eventgrid.systemevents.AppConfigurationSnapshotCreatedEventData
All Implemented Interfaces:
com.azure.json.JsonSerializable<AppConfigurationSnapshotEventData>

public final class AppConfigurationSnapshotCreatedEventData extends AppConfigurationSnapshotEventData
Schema of the Data property of an EventGridEvent for a Microsoft.AppConfiguration.SnapshotCreated event.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of AppConfigurationSnapshotCreatedEventData from the JsonReader.
    Get the etag property: The etag representing the new state of the snapshot.
    Get the name property: The name of the snapshot.
    Get the syncToken property: The sync token representing the server state after the event.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString