EventGridModelFactory.AppConfigurationKeyValueModifiedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AppConfigurationKeyValueModifiedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueModifiedEventData AppConfigurationKeyValueModifiedEventData (string key = default, string label = default, string etag = default, string syncToken = default);
static member AppConfigurationKeyValueModifiedEventData : string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueModifiedEventData
Public Shared Function AppConfigurationKeyValueModifiedEventData (Optional key As String = Nothing, Optional label As String = Nothing, Optional etag As String = Nothing, Optional syncToken As String = Nothing) As AppConfigurationKeyValueModifiedEventData
Parameters
- key
- String
The key used to identify the key-value that was modified.
- label
- String
The label, if any, used to identify the key-value that was modified.
- etag
- String
The etag representing the new state of the key-value.
- syncToken
- String
The sync token representing the server state after the event.
Returns
A new AppConfigurationKeyValueModifiedEventData instance for mocking.
Applies to
Azure SDK for .NET