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 Details

    • 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.