Compartilhar via


IotHubProperties.EventHubEndpoints Propriedade

Definição

Obtém ou define as propriedades do ponto de extremidade compatível com o Hub de Eventos. As únicas chaves possíveis para esse dicionário são os eventos. Essa chave deve estar presente no dicionário ao fazer chamadas de criação ou atualização para o Hub IoT.

[Newtonsoft.Json.JsonProperty(PropertyName="eventHubEndpoints")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.IotHub.Models.EventHubProperties> EventHubEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventHubEndpoints")>]
member this.EventHubEndpoints : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.IotHub.Models.EventHubProperties> with get, set
Public Property EventHubEndpoints As IDictionary(Of String, EventHubProperties)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a