Interface SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy
-
- All Known Subinterfaces:
SqlFailoverGroupOperations.DefinitionStages.WithCreate,SqlFailoverGroupOperations.DefinitionStages.WithPartnerServer,SqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinition
- Enclosing interface:
- SqlFailoverGroupOperations.DefinitionStages
public static interface SqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicyThe SQL Failover Group definition to set the failover policy of the read-only endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroupOperations.DefinitionStages.WithCreatewithReadOnlyEndpointPolicyDisabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".SqlFailoverGroupOperations.DefinitionStages.WithCreatewithReadOnlyEndpointPolicyEnabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".
-
-
-
Method Detail
-
withReadOnlyEndpointPolicyEnabled
SqlFailoverGroupOperations.DefinitionStages.WithCreate withReadOnlyEndpointPolicyEnabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".- Returns:
- The next stage of the definition.
-
withReadOnlyEndpointPolicyDisabled
SqlFailoverGroupOperations.DefinitionStages.WithCreate withReadOnlyEndpointPolicyDisabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".- Returns:
- the next stage of the definition
-
-