次の方法で共有


DatabaseUpdate.ReadScale プロパティ

定義

読み取り専用ルーティングの状態を取得または設定します。 有効にした場合、アプリケーションの意図が接続文字列で読み取り専用に設定されている接続は、同じリージョン内の読み取り専用セカンダリ レプリカにルーティングされる可能性があります。 エラスティック プール内の Hyperscale データベースには適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.readScale")]
public string ReadScale { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.readScale")>]
member this.ReadScale : string with get, set
Public Property ReadScale As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象