EventGridModelFactory.AppConfigurationSnapshotCreatedEventData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’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
Paramètres
- name
- String
Nom du instantané.
- eTag
- String
Etag représentant le nouvel état du instantané.
- syncToken
- String
Jeton de synchronisation représentant l’état du serveur après l’événement.
Retours
Une nouvelle AppConfigurationSnapshotCreatedEventData instance de moqueries.
S’applique à
Azure SDK for .NET