IFsrmQuotaObject Methods

 

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

Methods

Name Description
System_CAPS_pubmethod AddThreshold(Int32)

Adds a threshold to the quota object.

System_CAPS_pubmethod ApplyTemplate(String)

Applies the property values of the specified quota template to this quota object.

System_CAPS_pubmethod Commit()

Saves the quota object in the server's list of objects.

System_CAPS_pubmethod CreateThresholdAction(Int32, _FsrmActionType)

Creates an action and associates it with the specified threshold on the quota object.

System_CAPS_pubmethod Delete()

Removes the quota object from the server's list of objects.

System_CAPS_pubmethod DeleteThreshold(Int32)

Deletes a threshold from the quota object.

System_CAPS_pubmethod EnumThresholdActions(Int32)

Enumerates all the actions for the specified threshold of the quota object.

System_CAPS_pubmethod ModifyThreshold(Int32, Int32)

Changes the threshold of the quota object.

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top