Interface SqlFailoverGroup.UpdateStages.WithDatabase
-
- All Known Subinterfaces:
SqlFailoverGroup.Update
- Enclosing interface:
- SqlFailoverGroup.UpdateStages
public static interface SqlFailoverGroup.UpdateStages.WithDatabaseThe SQL Failover Group update definition to set the partner servers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroup.UpdatewithDatabaseIds(String... ids)Sets the SQL Failover Group partner servers.SqlFailoverGroup.UpdatewithNewDatabaseId(String id)Sets the SQL Failover Group database.SqlFailoverGroup.UpdatewithoutDatabaseId(String id)Removes the SQL Failover Group database.
-
-
-
Method Detail
-
withNewDatabaseId
SqlFailoverGroup.Update withNewDatabaseId(String id)
Sets the SQL Failover Group database.- Parameters:
id- the ID of the database- Returns:
- The next stage of the definition.
-
withDatabaseIds
SqlFailoverGroup.Update withDatabaseIds(String... ids)
Sets the SQL Failover Group partner servers.- Parameters:
ids- the IDs of the databases- Returns:
- the next stage of the definition
-
withoutDatabaseId
SqlFailoverGroup.Update withoutDatabaseId(String id)
Removes the SQL Failover Group database.- Parameters:
id- the ID of the database to be removed- Returns:
- The next stage of the definition.
-
-