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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroupOperations.DefinitionStages.WithPartnerServerwithPartnerServerId(String id)Sets the SQL Failover Group partner server.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithDatabase
withDatabaseId, withDatabaseIds
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy
withReadOnlyEndpointPolicyDisabled, withReadOnlyEndpointPolicyEnabled
-
-
-
-
Method Detail
-
withPartnerServerId
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.
-
-