EventGridModelFactory.AppConfigurationKeyValueDeletedEventData 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 AppConfigurationKeyValueDeletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueDeletedEventData AppConfigurationKeyValueDeletedEventData (string key = default, string label = default, string etag = default, string syncToken = default);
static member AppConfigurationKeyValueDeletedEventData : string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AppConfigurationKeyValueDeletedEventData
Public Shared Function AppConfigurationKeyValueDeletedEventData (Optional key As String = Nothing, Optional label As String = Nothing, Optional etag As String = Nothing, Optional syncToken As String = Nothing) As AppConfigurationKeyValueDeletedEventData
Parameters
- key
- String
The key used to identify the key-value that was deleted.
- label
- String
The label, if any, used to identify the key-value that was deleted.
- etag
- String
The etag representing the key-value that was deleted.
- syncToken
- String
The sync token representing the server state after the event.
Returns
A new AppConfigurationKeyValueDeletedEventData instance for mocking.
Applies to
Azure SDK for .NET