Interface SqlFailoverGroup.UpdateStages.WithReadOnlyEndpointPolicy
-
- All Known Subinterfaces:
SqlFailoverGroup.Update
- Enclosing interface:
- SqlFailoverGroup.UpdateStages
public static interface SqlFailoverGroup.UpdateStages.WithReadOnlyEndpointPolicyThe SQL Failover Group update definition to set the failover policy of the read-only endpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFailoverGroup.UpdatewithReadOnlyEndpointPolicyDisabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".SqlFailoverGroup.UpdatewithReadOnlyEndpointPolicyEnabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".
-
-
-
Method Detail
-
withReadOnlyEndpointPolicyEnabled
SqlFailoverGroup.Update withReadOnlyEndpointPolicyEnabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".- Returns:
- The next stage of the definition.
-
withReadOnlyEndpointPolicyDisabled
SqlFailoverGroup.Update withReadOnlyEndpointPolicyDisabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".- Returns:
- the next stage of the definition
-
-