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

SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer Interface

Implements

public static interface SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
extends WithCreate

The SQL Failover Group definition to set the partner servers.

Method Summary

Modifier and Type Method and Description
abstract WithPartnerServer withPartnerServerId(String id)

Sets the SQL Failover Group partner server.

Method Details

withPartnerServerId

public abstract SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer withPartnerServerId(String id)

Sets the SQL Failover Group partner server.

Parameters:

id - the ID of the partner SQL server

Returns:

The next stage of the definition.

Applies to