Share via


IFsrmQuotaManagerEx.GetAutoApplyQuota Method (String)

 

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.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 a IFsrmAutoApplyQuota interface to the quota object.

Implements

IFsrmQuotaManager.GetAutoApplyQuota(String)

See Also

IFsrmQuotaManagerEx Interface
Microsoft.Storage Namespace

Return to top