IFsrmQuotaTemplateImported Interface

 

Used to modify and save imported quota templates.

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

<GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")>
Public Interface IFsrmQuotaTemplateImported
	Inherits IFsrmQuotaTemplate

NameDescription
System_CAPS_pubpropertyDescription

Retrieves or sets the description of the object. 

System_CAPS_pubpropertyid

Retrieves the identifier of the object.

System_CAPS_pubpropertyName

Retrieves and sets the name of the quota template. 

System_CAPS_pubpropertyOverwriteOnCommit

Retrieves or sets a value that determines whether a quota template is overwritten if it exists when the template is imported.

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_pubpropertyThresholds

Retrieves the thresholds for the quota object.

NameDescription
System_CAPS_pubmethodAddThreshold(Int32)

Adds a threshold to the imported quota template.

System_CAPS_pubmethodCommit()

Saves the imported quota template in the server's list of objects.

System_CAPS_pubmethodCommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

Saves the imported quota template and then applies any changes to the derived quota objects.

System_CAPS_pubmethodCopyTemplate(String)

Copies the property values of the specified template to this imported quota template.

System_CAPS_pubmethodCreateThresholdAction(Int32, _FsrmActionType)

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

System_CAPS_pubmethodDelete()

Removes the imported quota template from the server's list of objects.

System_CAPS_pubmethodDeleteThreshold(Int32)

Deletes a threshold from the imported quota template.

System_CAPS_pubmethodEnumThresholdActions(Int32)

Enumerates all the actions for the specified threshold of the imported quota template.

System_CAPS_pubmethodModifyThreshold(Int32, Int32)

Changes the threshold of the imported quota template.

The ImportQuotaTemplates method returns this interface.

Return to top

Community Additions

ADD
Show: