AppConfigurationKeyValueModifiedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.AppConfiguration.KeyValueModified event.
Properties
etag | The etag representing the new state of the key-value. |
key | The key used to identify the key-value that was modified. |
label | The label, if any, used to identify the key-value that was modified. |
Property Details
etag
The etag representing the new state of the key-value.
etag?: string
Property Value
string
key
The key used to identify the key-value that was modified.
key?: string
Property Value
string
label
The label, if any, used to identify the key-value that was modified.
label?: string
Property Value
string
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 JavaScript