Compartir a través de


RoutingProperties.Enrichments Propiedad

Definición

Obtiene o establece la lista de enriquecimientos proporcionados por el usuario que el centro de IoT aplica a los mensajes que se van a entregar a los puntos de conexión integrados y personalizados. Consulte: https://aka.ms/telemetryoneventgrid

[Newtonsoft.Json.JsonProperty(PropertyName="enrichments")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.EnrichmentProperties> Enrichments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enrichments")>]
member this.Enrichments : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.EnrichmentProperties> with get, set
Public Property Enrichments As IList(Of EnrichmentProperties)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a