SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer Interface
Implements
public static interface SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
extends WithCreate
The SQL Failover Group definition to set the partner servers.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPartnerServerId(String id)
Sets the SQL Failover Group partner server. |
Method Details
withPartnerServerId
public abstract SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer withPartnerServerId(String id)
Sets the SQL Failover Group partner server.
Parameters:
id
- the ID of the partner SQL server
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