FailoverPolicy Class

Definition

The failover policy for a given region of a database account.

public class FailoverPolicy
type FailoverPolicy = class
Public Class FailoverPolicy
Inheritance
FailoverPolicy

Constructors

FailoverPolicy()

Initializes a new instance of the FailoverPolicy class.

FailoverPolicy(String, String, Nullable<Int32>)

Initializes a new instance of the FailoverPolicy class.

Properties

FailoverPriority

Gets or sets the failover priority of the region. 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.

Id

Gets the unique identifier of the region in which the database account replicates to. Example: &amp;lt;accountName&amp;gt;-&amp;lt;locationName&amp;gt;.

LocationName

Gets or sets the name of the region in which the database account exists.

Methods

Validate()

Validate the object.

Applies to