Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool
-
Packages that use SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool Modifier and Type Method Description SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.DefinitionStages.WithElasticPoolName. withExistingElasticPool(SqlElasticPool sqlElasticPool)Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.DefinitionStages.WithElasticPoolName. withExistingElasticPool(String elasticPoolName)Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.DefinitionStages.WithElasticPoolName. withExistingElasticPoolId(String elasticPoolId)Sets the existing elastic pool for the SQLDatabase.SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPoolSqlDatabaseOperations.DefinitionStages.WithElasticPoolName. withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool 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.
-