共用方式為


IotHubProperties.Locations Property

Definition

Gets primary and secondary location for iot hub

[Newtonsoft.Json.JsonProperty(PropertyName="locations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.IotHubLocationDescription> Locations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="locations")>]
member this.Locations : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.IotHubLocationDescription>
Public ReadOnly Property Locations As IList(Of IotHubLocationDescription)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to