Interface SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
- All Superinterfaces:
Creatable<SqlFailoverGroup>, HasName, Indexable, Resource.DefinitionWithTags<SqlFailoverGroupOperations.DefinitionStages.WithCreate>, SqlFailoverGroupOperations.DefinitionStages.WithCreate, SqlFailoverGroupOperations.DefinitionStages.WithDatabase, SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy
- All Known Subinterfaces:
SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
- Enclosing interface:
SqlFailoverGroupOperations.DefinitionStages
public static interface SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer
extends SqlFailoverGroupOperations.DefinitionStages.WithCreate
The SQL Failover Group definition to set the partner servers.
-
Method Summary
Modifier and TypeMethodDescriptionSets the SQL Failover Group partner server.Methods inherited from interface Creatable
create, create, createAsync, createAsyncMethods inherited from interface Resource.DefinitionWithTags
withTag, withTagsMethods inherited from interface SqlFailoverGroupOperations.DefinitionStages.WithDatabase
withDatabaseId, withDatabaseIdsMethods inherited from interface SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy
withReadOnlyEndpointPolicyDisabled, withReadOnlyEndpointPolicyEnabled
-
Method Details
-
withPartnerServerId
Sets the SQL Failover Group partner server.- Parameters:
id- the ID of the partner SQL server- Returns:
- The next stage of the definition.
-