Uses of Interface
com.azure.resourcemanager.sql.models.SqlFailoverGroup.Update
Packages that use SqlFailoverGroup.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlFailoverGroup.Update in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlFailoverGroup.UpdateModifier 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".