다음을 통해 공유


FsrmQuotaManagerClass.GetQuota Method (String)

 

Retrieves the quota for the specified directory.

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

Syntax

public virtual IFsrmQuota GetQuota(
    string Path
)
public:
virtual IFsrmQuota^ GetQuota(
    String^ Path
)
abstract GetQuota : 
        Path:string -> IFsrmQuota
override GetQuota : 
        Path:string -> IFsrmQuota
Public Overridable Function GetQuota (
    Path As String
) As IFsrmQuota

Parameters

  • Path
    Type: System.String

    The 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 The local directory path that contains the quota that you want to retrieve. The string is limited to 260 characters.

Implements

IFsrmQuotaManager.GetQuota(String)

See Also

IFsrmQuotaManagerEx
FsrmQuotaManager
FsrmQuotaManagerClass Class
Microsoft.Storage Namespace

Return to top