Aracılığıyla paylaş


EnrollmentGroup.IotHubs Property

Definition

The list of names of IoT hubs the device(s) in this resource can be allocated to. Must be a subset of tenant level list of IoT hubs

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="iotHubs")]
public System.Collections.Generic.ICollection<string> IotHubs { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="iotHubs")]
public System.Collections.Generic.IList<string> IotHubs { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="iotHubs")>]
member this.IotHubs : System.Collections.Generic.ICollection<string> with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="iotHubs")>]
member this.IotHubs : System.Collections.Generic.IList<string> with get, set
Public Property IotHubs As ICollection(Of String)
Public Property IotHubs As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to