ManagementPackConsoleTaskCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This enum is now obsolete
Defines the categories that classify how a console task is used.
public enum class ManagementPackConsoleTaskCategory
[System.Obsolete("This enum is now obsolete")]
[System.Serializable]
public enum ManagementPackConsoleTaskCategory
type ManagementPackConsoleTaskCategory =
Public Enum ManagementPackConsoleTaskCategory
- Inheritance
-
ManagementPackConsoleTaskCategory
- Attributes
Fields
Name | Value | Description |
---|---|---|
Alert | 0 | Specifies that the console task is used by an alert object. |
MonitoringObject | 1 | Specifies that the console task is used by a MonitoringObject object. |
Event | 2 | Specifies that the console task is used by an event object. |