Uses of Interface
com.azure.resourcemanager.sql.models.SqlElasticPool.DefinitionStages.Blank
-
Packages that use SqlElasticPool.DefinitionStages.Blank Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlElasticPool.DefinitionStages.Blank in com.azure.resourcemanager.sql.models
Subinterfaces of SqlElasticPool.DefinitionStages.Blank in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlElasticPool.SqlElasticPoolDefinition<ParentT>Container interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlElasticPool.DefinitionStages.Blank Modifier and Type Method Description SqlElasticPool.DefinitionStages.Blank<SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool>SqlDatabaseOperations.DefinitionStages.WithElasticPoolName. defineElasticPool(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate>SqlServer.DefinitionStages.WithElasticPool. defineElasticPool(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this server.SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.Update>SqlServer.UpdateStages.WithElasticPool. defineElasticPool(String elasticPoolName)Begins the definition of a new SQL Elastic Pool to be added to this server.
-