CosmosDBAccountsImpl.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.
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.
- cancellationToken
- CancellationToken
Returns
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET