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 quota for the specified directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmQuota GetQuota(
string Path
)
IFsrmQuota^ GetQuota(
String^ Path
)
abstract GetQuota :
Path:string -> IFsrmQuota
Function GetQuota (
Path As String
) As IFsrmQuota
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.IFsrmQuota
Returns a IFsrmQuota interface to the quota object.
Implements
IFsrmQuotaManager.GetQuota(String)
See Also
IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace
Return to top