MSFT_GatewayHealthContext class

Describes the health context for a gateway.

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("GatewayHealthMonitorProvider"), AMENDMENT]
class MSFT_GatewayHealthContext
{
  string Name;
  uint32 Type;
  uint32 State;
};

Members

The MSFT_GatewayHealthContext class has these types of members:

Properties

The MSFT_GatewayHealthContext class has these properties.

Name

Data type: string

Access type: Read-only

Gets the name of the health context.

State

Data type: uint32

Access type: Read-only

Gets the current state of the health context.

Type

Data type: uint32

Access type: Read-only

Gets the type of health context.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\RemoteAccess\GatewayHealthMonitor
MOF
GatewayHealthMonitorProvider.mof
DLL
GatewayHealthMonitorProvider.dll

See also

MSFT_GatewayHealthEvent