SqlElasticPool.UpdateStages.WithStorageCapacity Interface

public static interface SqlElasticPool.UpdateStages.WithStorageCapacity

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

Method Summary

Modifier and Type Method and Description
abstract Update withStorageCapacity(Long storageCapacity)

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

Method Details

withStorageCapacity

public abstract SqlElasticPool.Update withStorageCapacity(Long storageCapacity)

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

Parameters:

storageCapacity - storage limit for the SQL Azure Database Elastic Pool in Bytes

Returns:

The next stage of definition.

Applies to