Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the automatic quota for the specified directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmAutoApplyQuota GetAutoApplyQuota(
string Path
)
IFsrmAutoApplyQuota^ GetAutoApplyQuota(
String^ Path
)
abstract GetAutoApplyQuota :
Path:string -> IFsrmAutoApplyQuota
Function GetAutoApplyQuota (
Path As String
) As IFsrmAutoApplyQuota
Parameters
Path
Type: System.StringThe local directory path that contains the quota that you want to retrieve. The string is limited to 260 characters.
Return Value
Type: Microsoft.Storage.IFsrmAutoApplyQuota
Returns a IFsrmAutoApplyQuota interface to the quota object.
See Also
IFsrmQuotaManagerEx
FsrmQuotaManager
IFsrmQuotaManager Interface
Microsoft.Storage Namespace
Return to top