public interface SqlElasticPools extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<SqlElasticPool.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<SqlElasticPool>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<SqlElasticPool>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.sql.implementation.SqlServerManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolsInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPools.SqlElasticPoolsCreatable
Entry point to SQL ElasticPool management API, which already have the SQLServer specified.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool |
getBySqlServer(SqlServer sqlServer,
String name)
Gets the SQLElasticPool based on the SQLServer instance and SQLElasticPool name.
|
SqlElasticPool |
getBySqlServer(String resourceGroup,
String sqlServerName,
String name)
Gets the SQLElasticPool based on the resource group name, SQLServer name and SQLElasticPool name.
|
List<SqlElasticPool> |
listBySqlServer(SqlServer sqlServer)
Gets the SQLElasticPool based on the SQLServer.
|
List<SqlElasticPool> |
listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists resources of the specified type in the specified resource group and SQLServer.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByParent, deleteByParentAsync, deleteByParentAsyncSqlElasticPool getBySqlServer(String resourceGroup, String sqlServerName, String name)
resourceGroup - the name of resource group.sqlServerName - the name of SQLServer.name - the name of SQLElasticPool.SqlElasticPool getBySqlServer(SqlServer sqlServer, String name)
sqlServer - the instance of SQLServer.name - the name of SQLElasticPoolList<SqlElasticPool> listBySqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group to list the resources fromsqlServerName - the name of SQLServerList<SqlElasticPool> listBySqlServer(SqlServer sqlServer)
sqlServer - the instance of SQLServer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/