ControlMetricsByClass method of the Msvm_MetricService class

Controls metrics by class.

Syntax

uint32 ControlMetricsByClass(
  [in] CIM_ManagedElement       REF Subject,
  [in] CIM_BaseMetricDefinition REF Definition,
  [in] uint16                       MetricCollectionEnabled
);

Parameters

Subject [in]

Identifies the CIM class for which metrics will be controlled.

Definition [in]

Identifies a CIM_BaseMetricDefinition for which metrics will be controlled.

MetricCollectionEnabled [in]

Indicates the desired operation to perform on the metrics.

Enable (2)

Disable (3)

Reset (4)

DMTF Reserved (..)

Vendor Reserved (32768..65535)

Return value

This method returns one of the following values:

Success (0)

Not Supported (1)

Failed (2)

Method Reserved (..)

Vendor Specific (32768..65535)

Requirements

Requirement Value
Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_MetricService