Interface SqlFailoverGroup.UpdateStages.WithDatabase

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