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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET