다음을 통해 공유


FsrmQuotaManager Interface

 

Used to manage quotas. All methods and properties of the IFsrmQuotaManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmQuotaManager" program identifier.

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

Syntax

[GuidAttribute("8BB68C7D-19D8-4FFB-809E-BE4FC1734014")]
public interface FsrmQuotaManager : IFsrmQuotaManager
[GuidAttribute("8BB68C7D-19D8-4FFB-809E-BE4FC1734014")]
public interface class FsrmQuotaManager : IFsrmQuotaManager
[<GuidAttribute("8BB68C7D-19D8-4FFB-809E-BE4FC1734014")>]
type FsrmQuotaManager = 
    interface
        interface IFsrmQuotaManager
    end
<GuidAttribute("8BB68C7D-19D8-4FFB-809E-BE4FC1734014")>
Public Interface FsrmQuotaManager
    Inherits IFsrmQuotaManager

Properties

Name Description
System_CAPS_pubproperty ActionVariableDescriptions

Retrieves the descriptions for the macros contained in the ActionVariables property.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubproperty ActionVariables

Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmQuotaManager.)

Methods

Name Description
System_CAPS_pubmethod CreateAutoApplyQuota(String, String)

Creates an automatic quota for the specified directory.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod CreateQuota(String)

Creates a quota for the specified directory.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod CreateQuotaCollection()

Creates an empty collection to which you can add quotas.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod EnumAutoApplyQuotas(String, _FsrmEnumOptions)

Enumerates the automatic quotas that are associated with the specified directory. The enumeration can also include automatic quotas associated with subdirectories (recursively).(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod EnumEffectiveQuotas(String, _FsrmEnumOptions)

Enumerates all the quotas that affect the specified path.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod EnumQuotas(String, _FsrmEnumOptions)

Enumerates the quotas for the specified directory and any quotas associated with its subdirectories (recursively).(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod GetAutoApplyQuota(String)

Retrieves the automatic quota for the specified directory.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod GetQuota(String)

Retrieves the quota for the specified directory.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod GetRestrictiveQuota(String)

Retrieves the most restrictive quota for the specified path.(Inherited from IFsrmQuotaManager.)

System_CAPS_pubmethod Scan(String)

Starts a quota scan on the specified path.(Inherited from IFsrmQuotaManager.)

Remarks

FSRM implements this class.

See Also

IFsrmQuotaManager
Microsoft.Storage Namespace

Return to top