Reset method of the MSFT_FSRMQuota class

Applies the property values of the specified quota template to this quota.

Syntax

uint64 Reset(
  [in]  string         Template,
  [out] MSFT_FSRMQuota Quota
);

Parameters

Template [in]

Name of the quota template that should be applied to this quota.

Quota [out]

Returns an instance of the MSFT_FSRMQuota object after the template is applied.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

MSFT_FSRMQuota