ConnectionPolicy.SetCurrentLocation(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Automatically populates the PreferredLocations for geo-replicated database accounts in the Azure Cosmos DB service, based on the current region that the client is running in.
public void SetCurrentLocation (string location);
member this.SetCurrentLocation : string -> unit
Public Sub SetCurrentLocation (location As String)
Parameters
- location
- String
The current region that this client is running in. E.g. "East US"
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.