Share via


IFsrmQuotaManagerEx.CreateQuotaCollection Method ()

 

Creates an empty collection to which you can add quotas.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

IFsrmCommittableCollection CreateQuotaCollection()
IFsrmCommittableCollection^ CreateQuotaCollection()
abstract CreateQuotaCollection : unit -> IFsrmCommittableCollection
Function CreateQuotaCollection As IFsrmCommittableCollection

Return Value

Type: Microsoft.Storage.IFsrmCommittableCollection

Returns a IFsrmCommittableCollection interface to the newly created collection. To add an object to the collection, call the Add method.

Implements

IFsrmQuotaManager.CreateQuotaCollection()

See Also

IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace

Return to top