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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPoolOperations.DefinitionStages.WithEditiondefine(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this server.-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
-
-
-
Method Detail
-
define
SqlElasticPoolOperations.DefinitionStages.WithEdition define(String elasticPoolName)
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
-
-