ConnectionPolicy.SetCurrentLocation(String) メソッド

定義

クライアントが PreferredLocations 実行されている現在のリージョンに基づいて、Azure Cosmos DB サービス内の geo レプリケートされたデータベース アカウントの を自動的に設定します。

public void SetCurrentLocation (string location);
member this.SetCurrentLocation : string -> unit
Public Sub SetCurrentLocation (location As String)

パラメーター

location
String

このクライアントが実行されている現在のリージョン。 例: "米国東部"

適用対象