Share via


EventGridModelFactory.AppConfigurationSnapshotEventData Method

Definition

Initializes a new instance of AppConfigurationSnapshotEventData.

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

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 AppConfigurationSnapshotEventData instance for mocking.

Applies to