共用方式為


IotDpsPropertiesDescription.EnableDataResidency Property

Definition

Gets or sets optional. Indicates if the DPS instance has Data Residency enabled, removing the cross geo-pair 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