Interface SqlElasticPoolOperations.SqlElasticPoolActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlElasticPool>
- Enclosing interface:
- SqlElasticPoolOperations
public static interface SqlElasticPoolOperations.SqlElasticPoolActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlElasticPool>
Grouping of the Azure SQL Elastic Pool common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Elastic Pool to be added to this server.Methods inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
Begins the definition of a new SQL Elastic Pool to be added to this server.- Parameters:
elasticPoolName
- the name of the new SQL Elastic Pool- Returns:
- the first stage of the new SQL Elastic Pool definition
-