SqlElasticPools.SqlElasticPoolsCreatable Interface

public interface SqlElasticPoolsCreatable extends SqlElasticPools

Entry point to SQL ElasticPool management API, which already have the SQLServer specified.

Method Summary

Modifier and Type Method and Description
SqlElasticPool.DefinitionStages.Blank definedWithSqlServer(String resourceGroupName, String sqlServerName, String elasticPoolName, Region region)

Inherited Members

SupportsBatchCreation<ResourceT>.create(Creatable<ResourceT>... creatables) SupportsBatchCreation<ResourceT>.create(List<Creatable<ResourceT>> creatables) SupportsBatchCreation<ResourceT>.createAsync(Creatable<ResourceT>... creatables) SupportsBatchCreation<ResourceT>.createAsync(List<Creatable<ResourceT>> creatables) SupportsBatchCreation<ResourceT>.createAsync(ServiceCallback<CreatedResources<ResourceT>> callback, Creatable<ResourceT>... creatables) SupportsBatchCreation<ResourceT>.createAsync(final ServiceCallback<CreatedResources<ResourceT>> callback, List<Creatable<ResourceT>> creatables) SupportsCreating<T>.define(String name) SupportsDeletingById.deleteById(String id) SupportsDeletingById.deleteByIdAsync(String id, ServiceCallback<Void> callback) SupportsDeletingById.deleteByIdAsync(String id) SupportsDeletingByParent.deleteByParent(String groupName, String parentName, String name) SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name, ServiceCallback<Void> callback) SupportsDeletingByParent.deleteByParentAsync(String groupName, String parentName, String name) SupportsGettingById<T>.getById(String id) SupportsGettingById<T>.getByIdAsync(String id) SupportsGettingById<T>.getByIdAsync(String id, ServiceCallback<T> callback) SqlElasticPools.getBySqlServer(String resourceGroup, String sqlServerName, String name) SqlElasticPools.getBySqlServer(SqlServer sqlServer, String name) HasInner<T>.inner() SqlElasticPools.listBySqlServer(String resourceGroupName, String sqlServerName) SqlElasticPools.listBySqlServer(SqlServer sqlServer) HasManager<ManagerT>.manager()

Method Details

definedWithSqlServer

public SqlElasticPool.DefinitionStages.Blank definedWithSqlServer(String resourceGroupName, String sqlServerName, String elasticPoolName, Region region)

Parameters:

resourceGroupName
sqlServerName
elasticPoolName
region

Applies to