ICosmosDBAccounts.FailoverPriorityChangeAsync 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.
Changes the failover priority for the Azure CosmosDB database account. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
public System.Threading.Tasks.Task FailoverPriorityChangeAsync (string groupName, string accountName, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> failoverPolicies, System.Threading.CancellationToken cancellationToken = default);
abstract member FailoverPriorityChangeAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FailoverPriorityChangeAsync (groupName As String, accountName As String, failoverPolicies As IList(Of Location), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- groupName
- String
The group name.
- accountName
- String
The account name.
- cancellationToken
- CancellationToken
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET