次の方法で共有


Instance.IotHubs プロパティ

定義

アカウントに関連付けられている IoT Hub の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象