MapsGeofenceExitedEventData 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
MapsGeofenceExitedEventData() | |
MapsGeofenceExitedEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>) |
MapsGeofenceExitedEventData()
public MapsGeofenceExitedEventData ();
Public Sub New ()
Applies to
MapsGeofenceExitedEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>)
public MapsGeofenceExitedEventData (System.Collections.Generic.IList<string> expiredGeofenceGeometryId = default, System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.MapsGeofenceGeometry> geometries = default, System.Collections.Generic.IList<string> invalidPeriodGeofenceGeometryId = default, bool? isEventPublished = default);
new Microsoft.Azure.EventGrid.Models.MapsGeofenceExitedEventData : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.EventGrid.Models.MapsGeofenceGeometry> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.EventGrid.Models.MapsGeofenceExitedEventData
Public Sub New (Optional expiredGeofenceGeometryId As IList(Of String) = Nothing, Optional geometries As IList(Of MapsGeofenceGeometry) = Nothing, Optional invalidPeriodGeofenceGeometryId As IList(Of String) = Nothing, Optional isEventPublished As Nullable(Of Boolean) = Nothing)
Parameters
- geometries
- IList<MapsGeofenceGeometry>
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.