共用方式為


TestAllRoutesResult.Routes Property

Definition

Gets or sets jSON-serialized array of matched routes

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to