Interface SqlFailoverGroupOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
- Enclosing interface:
- SqlFailoverGroupOperations.DefinitionStages
public static interface SqlFailoverGroupOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Failover Group definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicywithExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Failover Group.SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicywithExistingSqlServer(String resourceGroupName, String sqlServerName, String location)Sets the parent SQL server name and resource group it belongs to.
-
-
-
Method Detail
-
withExistingSqlServer
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 serversqlServerName- the parent SQL server namelocation- the parent SQL server location- Returns:
- the next stage of the definition
-
withExistingSqlServer
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
-
-