SqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface SqlElasticPool.DefinitionStages.WithStorageCapacity

The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in MB.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withStorageCapacity(int storageMB)

Sets the storage limit for the SQL Azure Database Elastic Pool in MB.

Method Details

withStorageCapacity


public abstract SqlElasticPool.DefinitionStages.WithAttach withStorageCapacity(int storageMB)

Sets the storage limit for the SQL Azure Database Elastic Pool in MB.

Parameters:

storageMB - storage limit for the SQL Azure Database Elastic Pool in MB

Returns:

The next stage of the definition.

Applies to