CosmosDBAccountsImpl.ICosmosDBAccounts.FailoverPriorityChangeAsync Method

Definition

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.

System.Threading.Tasks.Task ICosmosDBAccounts.FailoverPriorityChangeAsync (string groupName, string accountName, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> failoverPolicies, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccounts.FailoverPriorityChangeAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccounts.FailoverPriorityChangeAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Location> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function FailoverPriorityChangeAsync (groupName As String, accountName As String, failoverPolicies As IList(Of Location), cancellationToken As CancellationToken) As Task Implements ICosmosDBAccounts.FailoverPriorityChangeAsync

Parameters

groupName
String

The group name.

accountName
String

The account name.

failoverPolicies
IList<Location>

The list of failover policies.

cancellationToken
CancellationToken

Returns

Implements

Applies to