| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withExistingElasticPoolId(String elasticPoolId)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool |
SqlDatabaseOperations.DefinitionStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating
database.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.