Share via


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

IWithDatabase 接口

定义

SQL 故障转移组更新定义以设置伙伴服务器。

public interface IWithDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDatabase = interface
    interface IBeta
Public Interface IWithDatabase
Implements IBeta
派生
实现

方法

WithDatabaseIds(String[])

设置 SQL 故障转移组伙伴服务器。

WithNewDatabaseId(String)

设置 SQL 故障转移组数据库。

WithoutDatabaseId(String)

删除 SQL 故障转移组数据库。

适用于