Share via


PSIotHubInputProperties.MessagingEndpoints Property

Definition

The list of messaging end points configured.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to