다음을 통해 공유


FsrmQuotaManagerClass.GetAutoApplyQuota Method (String)

 

Retrieves the automatic quota for the specified directory.

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

Syntax

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

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.IFsrmAutoApplyQuota

Returns IFsrmAutoApplyQuotainterface to the quota object.

Implements

IFsrmQuotaManager.GetAutoApplyQuota(String)

See Also

IFsrmQuotaManagerEx
FsrmQuotaManager
FsrmQuotaManagerClass Class
Microsoft.Storage Namespace

Return to top