Uses of Interface
com.azure.resourcemanager.sql.models.SqlFailoverGroupOperations.DefinitionStages.WithCreate
-
Packages that use SqlFailoverGroupOperations.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlFailoverGroupOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlFailoverGroupOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlFailoverGroupOperations.DefinitionStages.WithPartnerServerThe SQL Failover Group definition to set the partner servers.static interfaceSqlFailoverGroupOperations.SqlFailoverGroupOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlFailoverGroupOperations.DefinitionStages.WithCreate Modifier and Type Method Description SqlFailoverGroupOperations.DefinitionStages.WithCreateSqlFailoverGroupOperations.DefinitionStages.WithDatabase. withDatabaseId(String id)Sets the SQL Failover Group database.SqlFailoverGroupOperations.DefinitionStages.WithCreateSqlFailoverGroupOperations.DefinitionStages.WithDatabase. withDatabaseIds(String... ids)Sets the SQL Failover Group partner servers.SqlFailoverGroupOperations.DefinitionStages.WithCreateSqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy. withReadOnlyEndpointPolicyDisabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".SqlFailoverGroupOperations.DefinitionStages.WithCreateSqlFailoverGroupOperations.DefinitionStages.WithReadOnlyEndpointPolicy. withReadOnlyEndpointPolicyEnabled()Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".
-