MapsGeofenceEnteredEventData Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MapsGeofenceEnteredEventData() | |
MapsGeofenceEnteredEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>) |
MapsGeofenceEnteredEventData()
public MapsGeofenceEnteredEventData ();
Public Sub New ()
Aplica-se a
MapsGeofenceEnteredEventData(IList<String>, IList<MapsGeofenceGeometry>, IList<String>, Nullable<Boolean>)
public MapsGeofenceEnteredEventData (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.MapsGeofenceEnteredEventData : 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.MapsGeofenceEnteredEventData
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)
Parâmetros
- geometries
- IList<MapsGeofenceGeometry>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET