@Beta(value=V1_8_0)
public static interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
withDatabaseId(String id)
Sets the SQL Failover Group database.
|
SqlFailoverGroupOperations.DefinitionStages.WithCreate |
withDatabaseIds(String... ids)
Sets the SQL Failover Group partner servers.
|
SqlFailoverGroupOperations.DefinitionStages.WithCreate withDatabaseId(String id)
id - the ID of the databaseSqlFailoverGroupOperations.DefinitionStages.WithCreate withDatabaseIds(String... ids)
ids - the IDs of the databases/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/