你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MapsGeofenceResultEventData 构造函数

定义

重载

MapsGeofenceResultEventData()
MapsGeofenceResultEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>)

MapsGeofenceResultEventData()

Source:
MapsGeofenceResultEventData.cs
public MapsGeofenceResultEventData ();
Public Sub New ()

适用于

MapsGeofenceResultEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>)

Source:
MapsGeofenceResultEventData.cs
public MapsGeofenceResultEventData (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.MapsGeofenceResultEventData : 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.MapsGeofenceResultEventData
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)

参数

expiredGeofenceGeometryId
IList<String>
invalidPeriodGeofenceGeometryId
IList<String>
isEventPublished
Nullable<Boolean>

适用于