ManagementPackDiscoveryConfigurationOverride Class

Definition

Defines an override a for a custom configuration parameter for a discovery. The override is defined in a Management Pack and allows you to change the default value of the configuration parameter. The configuration parameter name and value can be accessed through this type.

public ref class ManagementPackDiscoveryConfigurationOverride : Microsoft::EnterpriseManagement::Configuration::ManagementPackDiscoveryOverride
[System.Serializable]
public class ManagementPackDiscoveryConfigurationOverride : Microsoft.EnterpriseManagement.Configuration.ManagementPackDiscoveryOverride
type ManagementPackDiscoveryConfigurationOverride = class
    inherit ManagementPackDiscoveryOverride
Public Class ManagementPackDiscoveryConfigurationOverride
Inherits ManagementPackDiscoveryOverride
Inheritance
Attributes

Remarks

In order to figure out which parameters can be overridden, you must look at the definition of the discovery object in the Management Pack that defines the discovery object. All the parameters that can be overridden are defined in the OverrideableParameters element of the discovery.

You can also call the GetOverrideableParameters method to get the list of parameters programmatically.

Constructors

ManagementPackDiscoveryConfigurationOverride(ManagementPack, String)

Initializes a new ManagementPackDiscoveryConfigurationOverride object.

Properties

CategoryValue

Gets the category value.

(Inherited from ManagementPackElement)
Comment

Gets the optional comment associated with this management pack element.

(Inherited from ManagementPackElement)
Context

Gets or sets the class that is the context for the override.

(Inherited from ManagementPackOverride)
ContextInstance

Gets or sets the identifier for the instance of the monitoring class that is the context for the override. The context instance can be a monitoring object or a group. If this property is null, the context for the override is a class rather than a class instance, in which case the context can be found in the Context property.

(Inherited from ManagementPackOverride)
Description

Gets or sets the description of the management pack element.

(Inherited from ManagementPackElement)
Discovery

Gets or sets the discovery object that is being overridden.

(Inherited from ManagementPackDiscoveryOverride)
DisplayName

Gets or sets the display name of the management pack element.

(Inherited from ManagementPackElement)
Enforced

Gets or sets a Boolean value that determines whether the override is enforced.

(Inherited from ManagementPackOverride)
HostManagementPack

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

Gets the management pack store.

(Inherited from Extension)
Id

Gets the GUID identifier of the management pack element.

(Inherited from ManagementPackElement)
Identifier

Gets the identifier of the management pack element.

(Inherited from ManagementPackElement)
InstanceName

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

Gets the instance name of extensions.

(Inherited from Extension)
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)
LastModified

Gets the time (UTC time) when the item was last modified.

(Inherited from ManagementPackItem)
ManagementGroup

Gets the management group.

(Inherited from ManagementPackElement)
ManagementGroupId

Gets the ID of the management group.

(Inherited from ManagementPackElement)
ManagementPackId

Gets the management pack identifier.

(Inherited from ManagementPackItem)
memberstatus

Gets or sets the status of this item.

(Inherited from ManagementPackItem)
Module

Gets or sets the module for the discovery object that is being overridden.

Name

Gets the name of this management pack element.

(Inherited from ManagementPackElement)
Parameter

Gets or sets the configuration parameter that is being overridden.

Sealed

Gets the value indicating whether the management pack element is sealed or not.

(Inherited from ManagementPackElement)
Status

Gets the current status of the item.

(Inherited from ManagementPackItem)
TimeAdded

Gets the time (UTC time) when the item was created.

(Inherited from ManagementPackItem)
UniqueString

Gets a string that uniquely identifies the instance.

(Inherited from ManagementPackDiscoveryOverride)
Value

Gets or sets a string value for the value of the override.

(Inherited from ManagementPackOverride)
XmlTag

Gets the XML element tag that is defined by this type.

Methods

CalculateUniqueness()

Gets a list of management pack verification results after calculating the management pack override uniqueness.

(Inherited from ManagementPackOverride)
CheckVersionCompatibility(ManagementPackElement)

Checks version compatibility of the old version of element against the new version of the same element.

(Inherited from ManagementPackElement)
CreateNavigator()

Creates a new XPathNavigator object.

(Inherited from ManagementPackElement)
Equals(Object)

Determines whether this object equals the specified object.

(Inherited from ManagementPackElement)
GetArrayField<T>(String)

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

Gets the array field.

(Inherited from Extension)
GetCategories()

Retrieves a collection of ManagementPackCategory objects defined in this management pack object.

(Inherited from ManagementPackElement)
GetDisplayString(CultureInfo)

Gets the display string for this management pack element in the specified culture.

(Inherited from ManagementPackElement)
GetDisplayString(String)

Gets the display string for this management pack element in the specified language.

(Inherited from ManagementPackElement)
GetField<T>(String)

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

Gets the field.

(Inherited from Extension)
GetFolders()

Gets the collection of management pack folders associated with this management pack element.

(Inherited from ManagementPackElement)
GetHashCode()

Gets the hash code for this object.

(Inherited from ManagementPackElement)
GetImageReferences()

Gets the images associated with this management pack element.

(Inherited from ManagementPackElement)
GetKnowledgeArticle(CultureInfo)

Gets the knowledge article associated with this management pack element.

(Inherited from ManagementPackElement)
GetKnowledgeArticle(String)

Gets the knowledge article for this management pack element in the specified language.

(Inherited from ManagementPackElement)
GetManagementPack()

Gets the management pack that this object is defined in.

(Inherited from ManagementPackElement)
PostProcessChange(ManagementPack)

Called after changes to the management pack have been successfully applied. Any post-processing work is completed in this method.

(Inherited from ManagementPackElement)
ReadAttributes(ManagementPack, XmlReader)

Reads the attributes from this Management Pack element.

ReadElements(ManagementPack, XmlReader)

Reads the child elements from this Management Pack element.

Reconnect(EnterpriseManagementGroup)

Reconnects to a management pack object after this object has been disconnected.

(Inherited from ManagementPackElement)
Reconnect(ManagementPack)

Reconnects to a Management Pack object after this object has been disconnected.

SetField<T>(String, T)

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

Sets the field.

(Inherited from Extension)
ToString()

Gets the name of this management pack element.

(Inherited from ManagementPackElement)
UpdateCollection<T>(ManagementPackItemCollection<T>)

Updates the collection of management pack items.

(Inherited from ManagementPackItem)
ValidateConfigOverride(ManagementPackElement, IList<ManagementPackOverrideableParameter>, String, String)

Validates the overridden configuration.

(Inherited from ManagementPackOverride)
ValidateWorkflowPropertyOverride(String)

Validates the workflow property override value to create verification result.

(Inherited from ManagementPackOverride)
Verify(VerificationContext)

Verifies the discovery override of a management pack using the verification context.

(Inherited from ManagementPackDiscoveryOverride)
WriteAttributes(XmlWriter)

Writes the attributes of this Management Pack element.

WriteElements(XmlWriter)

Writes the child elements to this Management Pack element.

WriteXml(XmlWriter)

Serializes the management pack element as XML.

(Inherited from ManagementPackElement)

Applies to