Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPoolOperations.DefinitionStages.WithEdition
-
Packages that use SqlElasticPoolOperations.DefinitionStages.WithEdition Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPoolOperations.DefinitionStages.WithEdition in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPoolOperations.DefinitionStages.WithEdition in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlElasticPoolOperations.SqlElasticPoolOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPoolOperations.DefinitionStages.WithEdition Modifier and Type Method Description SqlElasticPoolOperations.DefinitionStages.WithEditionSqlElasticPoolOperations.SqlElasticPoolActionsDefinition. define(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this server.SqlElasticPoolOperations.DefinitionStages.WithEditionSqlElasticPoolOperations.DefinitionStages.WithSqlServer. withExistingSqlServer(SqlServer sqlServer)Sets the parent SQL server for the new Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithEditionSqlElasticPoolOperations.DefinitionStages.WithSqlServer. withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)Sets the parent SQL server name and resource group it belongs to.
-