Uses of Interface
com.microsoft.azure.management.sql.SqlFailoverGroup.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlFailoverGroup.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy.withAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod
(int gracePeriodInMinutes) Sets the SQL Failover Group read-write endpoint failover policy as "Automatic".SqlFailoverGroup.UpdateStages.WithDatabase.withDatabaseIds
(String... ids) Sets the SQL Failover Group partner servers.SqlFailoverGroup.UpdateStages.WithReadWriteEndpointPolicy.withManualReadWriteEndpointPolicy()
Sets the SQL Failover Group read-write endpoint failover policy as "Manual".SqlFailoverGroup.UpdateStages.WithDatabase.withNewDatabaseId
(String id) Sets the SQL Failover Group database.SqlFailoverGroup.UpdateStages.WithDatabase.withoutDatabaseId
(String id) Removes the SQL Failover Group database.SqlFailoverGroup.UpdateStages.WithReadOnlyEndpointPolicy.withReadOnlyEndpointPolicyDisabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".SqlFailoverGroup.UpdateStages.WithReadOnlyEndpointPolicy.withReadOnlyEndpointPolicyEnabled()
Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".