다음을 통해 공유


IFsrmQuotaObject.AddThreshold Method (Int32)

 

Adds a threshold to the 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 quota object. The threshold is expressed as a percentage of the quota limit. The value must be from 1 through 250, inclusively.

Implements

IFsrmQuotaBase.AddThreshold(Int32)

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top