@Beta(value=V1_8_0)
public static interface SqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy
| 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".
|
SqlFailoverGroup.Update withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod(int gracePeriodInMinutes)
gracePeriodInMinutes - the grace period before failover with data loss is attempted for the read-write endpointSqlFailoverGroup.Update withManualReadWriteEndpointPolicy()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/