Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the threshold of the quota object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void ModifyThreshold(
int threshold,
int newThreshold
)
void ModifyThreshold(
int threshold,
int newThreshold
)
abstract ModifyThreshold :
threshold:int *
newThreshold:int -> unit
Sub ModifyThreshold (
threshold As Integer,
newThreshold As Integer
)
Parameters
threshold
Type: System.Int32The previous value of the threshold.
newThreshold
Type: System.Int32The new value for the threshold. The value must be from 1 through 250, inclusively.
Implements
IFsrmQuotaBase.ModifyThreshold(Int32, Int32)
See Also
IFsrmQuotaObject Interface
Microsoft.Storage Namespace
Return to top