Condividi tramite


PSRoutingEndpoints.ServiceBusTopics Property

Definition

The list of service bus topic endpoints to which IoT hub routes the messages to, based on the routing rules.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to