你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlDistributedAvailabilityGroupData.FailoverMode Property

Definition

The link failover mode - can be Manual if intended to be used for two-way failover with a supported SQL Server, or None for one-way failover to Azure.

public Azure.ResourceManager.Sql.Models.SqlServerFailoverModeType? FailoverMode { get; set; }
member this.FailoverMode : Nullable<Azure.ResourceManager.Sql.Models.SqlServerFailoverModeType> with get, set
Public Property FailoverMode As Nullable(Of SqlServerFailoverModeType)

Property Value

Applies to