SqlFailoverGroupOperations.DefinitionStages.WithSqlServer Interface
public interface WithSqlServer
The first stage of the SQL Failover Group definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Failover Group. |
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
Sets the parent SQL server name and resource group it belongs to. |
Method Details
withExistingSqlServer
public SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Failover Group.
Parameters:
Returns:
withExistingSqlServer
public SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
Applies to
Azure SDK for Java