IFsrmQuotaObject Interface

 

Base class for the quota and automatic quota interfaces.

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

<GuidAttribute("42DC3511-61D5-48AE-B6DC-59FC00C0A8D6")>
Public Interface IFsrmQuotaObject
	Inherits IFsrmQuotaBase

NameDescription
System_CAPS_pubpropertyDescription

Retrieves or sets the description of the object.

System_CAPS_pubpropertyid

Retrieves the identifier of the object.

System_CAPS_pubpropertyMatchesSourceTemplate

Retrieves a value that determines whether the property values of this quota object match those of the template from which it was derived.

System_CAPS_pubpropertyPath

Retrieves the path to which the quota applies.

System_CAPS_pubpropertyQuotaFlags

Retrieves or sets the quota flags for the object.

System_CAPS_pubpropertyQuotaLimit

Retrieves or sets the quota limit for the object.

System_CAPS_pubpropertySourceTemplateName

Retrieves the name of the template from which this quota was derived.

System_CAPS_pubpropertyThresholds

Retrieves the thresholds for the quota object.

System_CAPS_pubpropertyUserAccount

Retrieves the string form of the user account that is associated with the object.

System_CAPS_pubpropertyUserSid

Retrieves the string form of the user's security identifier (SID) that is associated with the object.

NameDescription
System_CAPS_pubmethodAddThreshold(Int32)

Adds a threshold to the quota object.

System_CAPS_pubmethodApplyTemplate(String)

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

System_CAPS_pubmethodCommit()

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

System_CAPS_pubmethodCreateThresholdAction(Int32, _FsrmActionType)

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

System_CAPS_pubmethodDelete()

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

System_CAPS_pubmethodDeleteThreshold(Int32)

Deletes a threshold from the quota object.

System_CAPS_pubmethodEnumThresholdActions(Int32)

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

System_CAPS_pubmethodModifyThreshold(Int32, Int32)

Changes the threshold of the quota object.

Return to top

Community Additions

ADD
Show: