Class AppConfigurationEventData
- Assembly
- FoundationaLLM.Common.dll
The data associated with an Azure App Configuration Event Grid event.
public class AppConfigurationEventData
- Inheritance
-
AppConfigurationEventData
- Inherited Members
- Extension Methods
Properties
Key
The app configuration key name.
[JsonPropertyName("key")]
public required string Key { get; set; }