ReprovisionPolicy.UpdateHubAssignment 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.
When set to true (default), the Device Provisioning Service will evaluate the device's IoT hub assignment and update it if necessary for any provisioning requests beyond the first from a given device. If set to false, the device will stay assigned to its current IoT hub.
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include, PropertyName="updateHubAssignment")]
public bool UpdateHubAssignment { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include, PropertyName="updateHubAssignment")>]
member this.UpdateHubAssignment : bool with get, set
Public Property UpdateHubAssignment As Boolean
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET