Share via


IotHubProperties.MessagingEndpoints Property

Definition

Gets or sets the messaging endpoint properties for the file upload notification queue.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to