Share via


IFsrmAutoApplyQuota.AddThreshold Method (Int32)

 

Adds a threshold to the automatic quota object.

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

Syntax

void AddThreshold(
    int threshold
)
void AddThreshold(
    int threshold
)
abstract AddThreshold : 
        threshold:int -> unit
Sub AddThreshold (
    threshold As Integer
)

Parameters

  • threshold
    Type: System.Int32

    The threshold to add to the automatic quota object. The threshold is expressed as a percentage of the quota limit. The value must be from 1 through 250, inclusively.

Implements

IFsrmQuotaObject.AddThreshold(Int32)

See Also

IFsrmAutoApplyQuota Interface
Microsoft.Storage Namespace

Return to top