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

SqlFailoverGroupOperations.DefinitionStages.WithSqlServer Interface

public static interface SqlFailoverGroupOperations.DefinitionStages.WithSqlServer

The first stage of the SQL Failover Group definition.

Method Summary

Modifier and Type Method and Description
abstract WithReadWriteEndpointPolicy withExistingSqlServer(SqlServer sqlServer)

Sets the parent SQL server for the new Failover Group.

abstract WithReadWriteEndpointPolicy withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)

Sets the parent SQL server name and resource group it belongs to.

Method Details

withExistingSqlServer

public abstract SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(SqlServer sqlServer)

Sets the parent SQL server for the new Failover Group.

Parameters:

sqlServer - the parent SQL server

Returns:

the next stage of the definition

withExistingSqlServer

public abstract SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)

Sets the parent SQL server name and resource group it belongs to.

Parameters:

resourceGroupName - the name of the resource group the parent SQL server
sqlServerName - the parent SQL server name
location - the parent SQL server location

Returns:

the next stage of the definition

Applies to