Interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
-
- All Known Subinterfaces:
SqlFailoverGroupOperations.DefinitionStages.WithCreate,SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer,SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
- Enclosing interface:
- SqlFailoverGroupOperations.DefinitionStages
public static interface SqlFailoverGroupOperations.DefinitionStages.WithDatabaseThe SQL Failover Group definition to set the partner servers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroupOperations.DefinitionStages.WithCreatewithDatabaseId(String id)Sets the SQL Failover Group database.SqlFailoverGroupOperations.DefinitionStages.WithCreatewithDatabaseIds(String... ids)Sets the SQL Failover Group partner servers.
-
-
-
Method Detail
-
withDatabaseId
SqlFailoverGroupOperations.DefinitionStages.WithCreate withDatabaseId(String id)
Sets the SQL Failover Group database.- Parameters:
id- the ID of the database- Returns:
- The next stage of the definition.
-
withDatabaseIds
SqlFailoverGroupOperations.DefinitionStages.WithCreate withDatabaseIds(String... ids)
Sets the SQL Failover Group partner servers.- Parameters:
ids- the IDs of the databases- Returns:
- the next stage of the definition
-
-