Sdílet prostřednictvím


ReprovisionPolicy.UpdateHubAssignment Property

Definition

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