SqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy Interface

public interface WithReadWriteEndpointPolicy

The SQL Failover Group update definition to set the read-write endpoint failover policy.

Method Summary

Modifier and Type Method and Description
SqlFailoverGroup.Update withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod(int gracePeriodInMinutes)

Sets the SQL Failover Group read-write endpoint failover policy as "Automatic".

SqlFailoverGroup.Update withManualReadWriteEndpointPolicy()

Sets the SQL Failover Group read-write endpoint failover policy as "Manual".

Method Details

withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod

public 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

public SqlFailoverGroup.Update withManualReadWriteEndpointPolicy()

Sets the SQL Failover Group read-write endpoint failover policy as "Manual".

Returns:

the next stage of the definition

Applies to