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
@Beta(V1_8_0)
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 com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
Methods inherited from interface com.microsoft.azure.management.sql.SqlFailoverGroupOperations.DefinitionStages.WithDatabase
withDatabaseId, withDatabaseIds
Methods inherited from interface com.microsoft.azure.management.sql.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.
-