Megosztás a következőn keresztül:


ReprovisionPolicy.MigrateDeviceData Property

Definition

When set to true (default), the Device Provisioning Service will migrate the device's data (twin, device capabilities, and device Id) from one IoT hub to another during an IoT hub assignment update. If set to false, the Device Provisioning Service will reset the device's data to the initial desired configuration stored in the provisioning service's enrollment list.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include, PropertyName="migrateDeviceData")]
public bool MigrateDeviceData { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include, PropertyName="migrateDeviceData")>]
member this.MigrateDeviceData : bool with get, set
Public Property MigrateDeviceData As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to