IFsrmQuotaManagerEx Interface
Used to manage quotas, extended version.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("4846CB01-D430-494F-ABB4-B1054999FB09")]
public interface IFsrmQuotaManagerEx : IFsrmQuotaManager
[GuidAttribute("4846CB01-D430-494F-ABB4-B1054999FB09")]
public interface class IFsrmQuotaManagerEx : IFsrmQuotaManager
[<GuidAttribute("4846CB01-D430-494F-ABB4-B1054999FB09")>]
type IFsrmQuotaManagerEx =
interface
interface IFsrmQuotaManager
end
<GuidAttribute("4846CB01-D430-494F-ABB4-B1054999FB09")>
Public Interface IFsrmQuotaManagerEx
Inherits IFsrmQuotaManager
Properties
Name | Description | |
---|---|---|
ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the ActionVariables property. |
|
ActionVariables | Retrieves a list of macros that you can specify in action property values. |
Methods
Name | Description | |
---|---|---|
CreateAutoApplyQuota(String, String) | Creates an automatic quota for the specified directory. |
|
CreateQuota(String) | Creates a quota for the specified directory. |
|
CreateQuotaCollection() | Creates an empty collection to which you can add quotas. |
|
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). |
|
EnumEffectiveQuotas(String, _FsrmEnumOptions) | Enumerates all the quotas that affect the specified path. |
|
EnumQuotas(String, _FsrmEnumOptions) | Enumerates the quotas for the specified directory and any quotas associated with its subdirectories (recursively). |
|
GetAutoApplyQuota(String) | Retrieves the automatic quota for the specified directory. |
|
GetQuota(String) | Retrieves the quota for the specified directory. |
|
GetRestrictiveQuota(String) | Retrieves the most restrictive quota for the specified path. |
|
IsAffectedByQuota(String, _FsrmEnumOptions) | Retrieves a value that determines whether a specified path is subject to a quota. |
|
Scan(String) | Starts a quota scan on the specified path. |
See Also
Return to top