DeviceUpdateInstanceData.IotHubs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of IoT Hubs associated with the account.
public System.Collections.Generic.IList<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateIotHubSettings> IotHubs { get; }
public System.Collections.Generic.IList<Azure.ResourceManager.DeviceUpdate.Models.IotHubSettings> IotHubs { get; }
member this.IotHubs : System.Collections.Generic.IList<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateIotHubSettings>
member this.IotHubs : System.Collections.Generic.IList<Azure.ResourceManager.DeviceUpdate.Models.IotHubSettings>
Public ReadOnly Property IotHubs As IList(Of DeviceUpdateIotHubSettings)
Public ReadOnly Property IotHubs As IList(Of IotHubSettings)