Interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
- All Known Subinterfaces:
SqlFailoverGroupOperations.DefinitionStages.WithCreate
,SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
,SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
- Enclosing interface:
- SqlFailoverGroupOperations.DefinitionStages
@Beta(V1_8_0)
public static interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
The SQL Failover Group definition to set the partner servers.
-
Method Summary
Modifier and TypeMethodDescriptionwithDatabaseId
(String id) Sets the SQL Failover Group database.withDatabaseIds
(String... ids) Sets the SQL Failover Group partner servers.
-
Method Details
-
withDatabaseId
Sets the SQL Failover Group database.- Parameters:
id
- the ID of the database- Returns:
- The next stage of the definition.
-
withDatabaseIds
Sets the SQL Failover Group partner servers.- Parameters:
ids
- the IDs of the databases- Returns:
- the next stage of the definition
-