Interface SqlFailoverGroup.UpdateStages.WithDatabase
- All Known Subinterfaces:
SqlFailoverGroup.Update
- Enclosing interface:
- SqlFailoverGroup.UpdateStages
@Beta(V1_8_0)
public static interface SqlFailoverGroup.UpdateStages.WithDatabase
The SQL Failover Group update definition to set the partner servers.
-
Method Summary
Modifier and TypeMethodDescriptionwithDatabaseIds
(String... ids) Sets the SQL Failover Group partner servers.Sets the SQL Failover Group database.Removes the SQL Failover Group database.
-
Method Details
-
withNewDatabaseId
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
-
withoutDatabaseId
Removes the SQL Failover Group database.- Parameters:
id
- the ID of the database to be removed- Returns:
- The next stage of the definition.
-