次の方法で共有


FailoverPolicy コンストラクター

定義

オーバーロード

FailoverPolicy()

FailoverPolicy クラスの新しいインスタンスを初期化します。

FailoverPolicy(String, String, Nullable<Int32>)

FailoverPolicy クラスの新しいインスタンスを初期化します。

FailoverPolicy()

FailoverPolicy クラスの新しいインスタンスを初期化します。

public FailoverPolicy ();
Public Sub New ()

適用対象

FailoverPolicy(String, String, Nullable<Int32>)

FailoverPolicy クラスの新しいインスタンスを初期化します。

public FailoverPolicy (string id = default, string locationName = default, int? failoverPriority = default);
new Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy : string * string * Nullable<int> -> Microsoft.Azure.Management.CosmosDB.Models.FailoverPolicy
Public Sub New (Optional id As String = Nothing, Optional locationName As String = Nothing, Optional failoverPriority As Nullable(Of Integer) = Nothing)

パラメーター

id
String

データベース アカウントがレプリケートされるリージョンの一意識別子。 例: &lt;accountName&gt;-&lt;locationName&gt;

locationName
String

データベース アカウントが存在するリージョンの名前。

failoverPriority
Nullable<Int32>

リージョンのフェールオーバー優先度。 フェールオーバーの優先度が 0 の場合は、書き込みリージョンを示します。 フェールオーバー優先度の最大値 = (リージョンの合計数 - 1)。 フェールオーバーの優先度の値は、データベース アカウントが存在するリージョンごとに一意である必要があります。

適用対象