通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServer.UpdateStages.WithElasticPool Interface

public static interface SqlServer.UpdateStages.WithElasticPool

A SQL Server definition for specifying elastic pool.

Method Summary

Modifier and Type Method and Description
abstract Blank<> defineElasticPool(String elasticPoolName)

Begins the definition of a new SQL Elastic Pool to be added to this server.

abstract Update withoutElasticPool(String elasticPoolName)

Removes elastic pool from the SQL Server.

Method Details

defineElasticPool

public abstract SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.Update> defineElasticPool(String elasticPoolName)

Begins the definition of a new SQL Elastic Pool to be added to this server.

Parameters:

elasticPoolName - the name of the new SQL Elastic Pool

Returns:

the first stage of the new SQL Elastic Pool definition

withoutElasticPool

public abstract SqlServer.Update withoutElasticPool(String elasticPoolName)

Removes elastic pool from the SQL Server.

Parameters:

elasticPoolName - name of the elastic pool to be removed

Returns:

Next stage of the SQL Server update

Applies to