SqlFailoverGroupOperations.DefinitionStages.WithDatabase Interface
public static interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
The SQL Failover Group definition to set the partner servers.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDatabaseId(String id)
Sets the SQL Failover Group database. |
abstract
With |
withDatabaseIds(String[] ids)
Sets the SQL Failover Group partner servers. |
Method Details
withDatabaseId
public abstract 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
public abstract 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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java