IotHubProperties.EnableDataResidency Property

Definition

Gets or sets this property when set to true, will enable data residency, thus, disabling disaster recovery.

[Newtonsoft.Json.JsonProperty(PropertyName="enableDataResidency")]
public bool? EnableDataResidency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableDataResidency")>]
member this.EnableDataResidency : Nullable<bool> with get, set
Public Property EnableDataResidency As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to