IFsrmQuotaTemplateImported Interface

 

Used to modify and save imported quota templates.

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

Syntax

[GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")]
public interface IFsrmQuotaTemplateImported : IFsrmQuotaTemplate
[GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")]
public interface class IFsrmQuotaTemplateImported : IFsrmQuotaTemplate
[<GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")>]
type IFsrmQuotaTemplateImported = 
    interface
        interface IFsrmQuotaTemplate
    end
<GuidAttribute("9A2BF113-A329-44CC-809A-5C00FCE8DA40")>
Public Interface IFsrmQuotaTemplateImported
    Inherits IFsrmQuotaTemplate

Properties

Name Description
System_CAPS_pubproperty Description

Retrieves or sets the description of the object. 

System_CAPS_pubproperty id

Retrieves the identifier of the object.

System_CAPS_pubproperty Name

Retrieves and sets the name of the quota template. 

System_CAPS_pubproperty OverwriteOnCommit

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

System_CAPS_pubproperty QuotaFlags

Retrieves or sets the quota flags for the object.

System_CAPS_pubproperty QuotaLimit

Retrieves or sets the quota limit for the object.

System_CAPS_pubproperty Thresholds

Retrieves the thresholds for the quota object.

Methods

Name Description
System_CAPS_pubmethod AddThreshold(Int32)

Adds a threshold to the imported quota template.

System_CAPS_pubmethod Commit()

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

System_CAPS_pubmethod CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

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

System_CAPS_pubmethod CopyTemplate(String)

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

System_CAPS_pubmethod CreateThresholdAction(Int32, _FsrmActionType)

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

System_CAPS_pubmethod Delete()

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

System_CAPS_pubmethod DeleteThreshold(Int32)

Deletes a threshold from the imported quota template.

System_CAPS_pubmethod EnumThresholdActions(Int32)

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

System_CAPS_pubmethod ModifyThreshold(Int32, Int32)

Changes the threshold of the imported quota template.

Remarks

The ImportQuotaTemplates method returns this interface.

See Also

FsrmQuotaTemplateManager
Microsoft.Storage Namespace

Return to top