ManagementPackRecovery Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a management pack element that is defined by the ManagementPackRecovery complex type. This type defines a recovery object that is triggered by a monitor state change or by a diagnostic object execution. The workflow performs an action that can change the state of a monitored component.

The following tables list the members exposed by the ManagementPackRecovery type.

Public Constructors

  Name Description
  ManagementPackRecovery Initializes a new ManagementPackRecovery object by using a management pack, a string identifier, and a management pack accessibility.

Top

Public Properties

  Name Description
public property Accessibility  Gets or sets the accessibility of the management pack item. (inherited from ManagementPackAccessibleElement)
public property Category Gets or sets the category of the recovery. The category of the recovery should be the same as the category of the monitor that the recovery is targeting.
public property Comment  Gets the optional comment associated with this management pack element. (inherited from ManagementPackElement)
public property ConditionDetection Gets or sets an optional condition detection module that can evaluate the state change data and target properties to determine whether to execute the write action. If the recovery is executed on a diagnostic object, the diagnostic data can also be evaluated using the condition detection module.
public property Description  Gets or sets the description of the management pack element. (inherited from ManagementPackElement)
public property DisplayName  Gets or sets the display name of the management pack element. (inherited from ManagementPackElement)
public property Enabled Gets or sets a ManagementPackMonitoringLevel value that determines whether the recovery object is enabled.
public property ExecuteOnDiagnostic Gets or sets the identifier of a diagnostic object targeted at the same class and the same monitor as the recovery object. If this value is specified, the recovery will execute only when the diagnostic has executed and returned data.
public property ExecuteOnState Gets or sets the health state of the targeted monitor that will cause the recovery to execute.
public property HasNonCategoryOverride Gets a value that indicates whether this object has a non-category override.
public property Id  Overridden. Gets the GUID identifier of the management pack element. (inherited from ManagementPackItem)
public property Identifier  Overridden. Gets the identifier of the management pack element. (inherited from Extension)
public property InstanceName  Gets the instance name of extensions. (inherited from Extension)
public property LanguageCode  Gets or sets the default three-letter language code for this management pack element, which is used to specify the language for the description and display name of the element. (inherited from ManagementPackElement)
public property LastModified  Gets the time (UTC time) when the item was last modified. (inherited from ManagementPackItem)
public property ManagementGroup  Gets the management group. (inherited from ManagementPackElement)
public property ManagementGroupId  Gets the ID of the management group. (inherited from ManagementPackElement)
public property Monitor Gets or sets the identifier of the monitor this recovery is targeted at. The monitor must be targeted at the same class the recovery is targeted at or at a class that the targeted class derives from.
public property Name  Gets the name of this management pack element. (inherited from ManagementPackElement)
public property Remotable Gets or sets a value that indicates whether the recovery will execute for remote monitoring.
public property ResetMonitor Gets or sets a value that indicates whether execution of the recovery will cause the monitor to reset.
public property Status  Gets the current status of the item. (inherited from ManagementPackItem)
public property Target Gets or sets the management pack class that the recovery object targets.
public property TimeAdded  Gets the time (UTC time) when the item was created. (inherited from ManagementPackItem)
public property Timeout Gets or sets the time that the recovery object is allowed to execute for before being terminated by the health service.
public property WriteAction Gets or sets a write action module definition that is executed. If a condition detection is specified, the write action will be executed only if the data passes through the condition detection module.
public property XmlTag Overridden. Gets the XML element tag that is defined by this type.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CheckVersionCompatibility Overridden. Checks version compatibility of the old version of element against the new version of the same element.
public method CreateNavigator  Creates a new XPathNavigator object. (inherited from ManagementPackElement)
public method Equals  Overridden. Determines whether this object equals the specified object. (inherited from Extension)
public method GetCategories  Retrieves a collection of ManagementPackCategory objects defined in this management pack object. (inherited from ManagementPackElement)
public method GetDisplayString  Overloaded. Gets the display string for this management pack element in the specified culture. (inherited from ManagementPackElement)
public method GetFolders  Gets the collection of management pack folders associated with this management pack element. (inherited from ManagementPackElement)
public method GetHashCode  Overridden. Gets the hash code for this object. (inherited from Extension)
public method GetImageReferences  Gets the images associated with this management pack element. (inherited from ManagementPackElement)
public method GetKnowledgeArticle  Overloaded. Gets the knowledge article for this management pack element. (inherited from ManagementPackElement)
public method GetManagementPack  Overridden. Gets the management pack that this object is defined in. (inherited from ManagementPackItem)
public method GetOverrideableParameters Retrieves the available parameters.
public method GetOverrideableParametersByModule Retrieves the available parameters by module.
public method GetType  (inherited from Object)
public method Reconnect  Overloaded. (inherited from ManagementPackElement)
public method Reconnect Overridden. Reconnects to a management pack object after this object has been disconnected.
public method ToString  Overridden. Gets the name of this management pack element. (inherited from Extension)
public method Verify Overridden. Verifies the management pack element using the verification context.
public method WriteXml  Serializes the management pack element as XML. (inherited from ManagementPackElement)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GetArrayField  Gets the array field. (inherited from Extension)
protected method GetField  Gets the field. (inherited from Extension)
protected method MemberwiseClone  (inherited from Object)
protected method SetField  Sets the field. (inherited from Extension)

Top

See Also

Reference

ManagementPackRecovery Class
Microsoft.EnterpriseManagement.Configuration Namespace