MSFT_ServiceToMonitor class

Represents a system service that is managed by a server component.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("deploymentprovider")]
class MSFT_ServiceToMonitor
{
  String  Name;
  Boolean DefaultMonitoring;
};

Members

The MSFT_ServiceToMonitor class has these types of members:

Properties

The MSFT_ServiceToMonitor class has these properties.

DefaultMonitoring

Data type: Boolean

Access type: Read-only

Indicates whether default monitoring of the system service is enabled by default. True to enable default monitoring by default; otherwise false.

Name

Data type: String

Access type: Read-only

The name of the system service.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
ServerManager.DeploymentProvider.mof
DLL
ServerManager.DeploymentProvider.dll

See also

ServerManager Deploymentprovider Provider Classes