@Beta(value=V1_8_0)
public static interface SqlFailoverGroup.UpdateStages.WithDatabase
Modifier and Type | Method and Description |
---|---|
SqlFailoverGroup.Update |
withDatabaseIds(String... ids)
Sets the SQL Failover Group partner servers.
|
SqlFailoverGroup.Update |
withNewDatabaseId(String id)
Sets the SQL Failover Group database.
|
SqlFailoverGroup.Update |
withoutDatabaseId(String id)
Removes the SQL Failover Group database.
|
SqlFailoverGroup.Update withNewDatabaseId(String id)
id
- the ID of the databaseSqlFailoverGroup.Update withDatabaseIds(String... ids)
ids
- the IDs of the databasesSqlFailoverGroup.Update withoutDatabaseId(String id)
id
- the ID of the database to be removedCopyright © 2019. All rights reserved.