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 MB.

Method Summary

Modifier and Type Method and Description
abstract Update withStorageCapacity(int storageMB)

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

Method Details

withStorageCapacity


public abstract SqlElasticPool.Update 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 definition.

Applies to