Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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