SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity Interface

public static interface SqlElasticPoolOperations.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 WithCreate withStorageCapacity(int storageMB)

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

Method Details

withStorageCapacity


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate 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