EnrollmentGroup.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.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET