Compartilhar via


EventGridModelFactory.AppConfigurationSnapshotCreatedEventData Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

O nome do instantâneo.

eTag
String

A etag que representa o novo estado do instantâneo.

syncToken
String

O token de sincronização que representa o estado do servidor após o evento.

Retornos

Uma nova AppConfigurationSnapshotCreatedEventData instância para simulação.

Aplica-se a