SqlElasticPoolOperations.SqlElasticPoolActionsDefinition Interface
Implements
public static interface SqlElasticPoolOperations.SqlElasticPoolActionsDefinition
extends SqlChildrenActionsDefinition<SqlElasticPool>
Grouping of the Azure SQL Elastic Pool common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
define(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server. |
Method Details
define
public abstract 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
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java