مشاركة عبر


SqlServer.DefinitionStages.WithElasticPool Interface

public static interface SqlServer.DefinitionStages.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.

Method Details

defineElasticPool

public abstract SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> 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

Applies to