Share via


EventGridModelFactory.AppConfigurationSnapshotCreatedEventData Method

Definition

Initializes a new instance of AppConfigurationSnapshotCreatedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData AppConfigurationSnapshotCreatedEventData (string name = default, string eTag = default, string syncToken = default);
static member AppConfigurationSnapshotCreatedEventData : string * string * string -> Azure.Messaging.EventGrid.SystemEvents.AppConfigurationSnapshotCreatedEventData
Public Shared Function AppConfigurationSnapshotCreatedEventData (Optional name As String = Nothing, Optional eTag As String = Nothing, Optional syncToken As String = Nothing) As AppConfigurationSnapshotCreatedEventData

Parameters

name
String

The name of the snapshot.

eTag
String

The etag representing the new state of the snapshot.

syncToken
String

The sync token representing the server state after the event.

Returns

A new AppConfigurationSnapshotCreatedEventData instance for mocking.

Applies to