Interface SqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy
- All Known Subinterfaces:
SqlFailoverGroup.Update
- Enclosing interface:
- SqlFailoverGroup.UpdateStages
@Beta(V1_8_0)
public static interface SqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy
The SQL Failover Group update definition to set the read-write endpoint failover policy.
-
Method Summary
Modifier and TypeMethodDescriptionwithAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod
(int gracePeriodInMinutes) Sets the SQL Failover Group read-write endpoint failover policy as "Automatic".Sets the SQL Failover Group read-write endpoint failover policy as "Manual".
-
Method Details
-
withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod
SqlFailoverGroup.Update withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod(int gracePeriodInMinutes) Sets the SQL Failover Group read-write endpoint failover policy as "Automatic".- Parameters:
gracePeriodInMinutes
- the grace period before failover with data loss is attempted for the read-write endpoint- Returns:
- the next stage of the definition
-
withManualReadWriteEndpointPolicy
SqlFailoverGroup.Update withManualReadWriteEndpointPolicy()Sets the SQL Failover Group read-write endpoint failover policy as "Manual".- Returns:
- the next stage of the definition
-