EventGridEvent Constructors
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.
Overloads
EventGridEvent() | |
EventGridEvent(String, String, Object, String, DateTime, String, String, String) |
EventGridEvent()
EventGridEvent(String, String, Object, String, DateTime, String, String, String)
- Source:
- EventGridEvent.cs
public EventGridEvent (string id, string subject, object data, string eventType, DateTime eventTime, string dataVersion, string topic = default, string metadataVersion = default);
new Microsoft.Azure.EventGrid.Models.EventGridEvent : string * string * obj * string * DateTime * string * string * string -> Microsoft.Azure.EventGrid.Models.EventGridEvent
Public Sub New (id As String, subject As String, data As Object, eventType As String, eventTime As DateTime, dataVersion As String, Optional topic As String = Nothing, Optional metadataVersion As String = Nothing)
Parameters
- id
- String
- subject
- String
- data
- Object
- eventType
- String
- eventTime
- DateTime
- dataVersion
- String
- topic
- String
- metadataVersion
- String
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