IFsrmQuotaTemplateImported.DeleteThreshold Method (Int32)
Deletes a threshold from the imported quota template.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void DeleteThreshold(
int threshold
)
void DeleteThreshold(
int threshold
)
abstract DeleteThreshold :
threshold:int -> unit
Sub DeleteThreshold (
threshold As Integer
)
Parameters
threshold
Type: System.Int32The threshold to delete.
Implements
IFsrmQuotaTemplate.DeleteThreshold(Int32)
Remarks
All the actions associated with the threshold are also deleted. Note that the actions are not deleted until the Commit method is called.
See Also
IFsrmQuotaTemplateImported Interface
Microsoft.Storage Namespace
Return to top