Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes 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.
|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> |
SqlDatabase.DefinitionStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT> |
SqlDatabase.DefinitionStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
Copyright © 2019. All rights reserved.