EventGridModelFactory.AppConfigurationSnapshotEventData 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET