你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectionPolicy.SetCurrentLocation(String) 方法

定义

根据运行客户端的当前区域,为 Azure Cosmos DB 服务中的异地复制数据库帐户自动填充 PreferredLocations

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

参数

location
String

运行此客户端的当前区域。 例如“美国东部”

适用于