Share via


ManagementPackWriteActionModuleType Class

Definition

Represents a management pack element that is defined by the ManagementPackWriteActionModuleType complex type. This type contains information about the input and output data types that a module of this type uses.

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

Constructors

ManagementPackWriteActionModuleType(ManagementPack, String, ManagementPackAccessibility)

Initializes a new ManagementPackWriteActionModuleType object by using a management pack, a string identifier, and a management pack accessibility.

Properties

Accessibility

Gets or sets the accessibility of the management pack item.

(Inherited from ManagementPackAccessibleElement)
Batching

Gets or sets the value of the batching attribute of the write action module type.

CategoryValue

Gets the category value.

(Inherited from ManagementPackElement)
ClassID

Gets or sets the class ID used for the implementation of this module type.

(Inherited from ManagementPackModuleType)
Comment

Gets the optional comment associated with this management pack element.

(Inherited from ManagementPackElement)
ConditionDetectionCollection

Gets a condition collection of detection modules that are used in the module workflow.

(Inherited from ManagementPackModuleType)
Configuration

Gets or sets the configuration required for the module type.

(Inherited from ManagementPackModuleType)
DataSourceCollection

Gets a data source module that is used in the module workflow.

(Inherited from ManagementPackModuleType)
Description

Gets or sets the description of the management pack element.

(Inherited from ManagementPackElement)
DisplayName

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

(Inherited from ManagementPackElement)
HasMonitoringPageSet
Obsolete.

This property is now obsolete. Please use HasUIPageSet instead.

HasUIPageSet

Gets or sets a value that indicates whether this template has a monitoring page set.

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)
InputType

Gets or sets the data type that a module of this type requires as input. This must be a data type declared in the same management pack or a referenced management pack.

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)
Isolation

Gets or sets the isolation level of the module type.

(Inherited from ManagementPackModuleType)
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)
Managed

Gets or sets the managed code implementation for this module type.

(Inherited from ManagementPackModuleType)
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)
Name

Gets the name of this management pack element.

(Inherited from ManagementPackElement)
Node

Gets or sets a workflow module used for modules of this type.

(Inherited from ManagementPackModuleType)
OutputType

Gets or sets the data type that a module of this type outputs. This must be a data type declared in the same management pack or a referenced management pack.

OverrideableParameterCollection

Gets a collection of parameters that can be overridden for modules of this type.

(Inherited from ManagementPackModuleType)
ProbeActionCollection

Gets a probe action module that is used in the module workflow.

(Inherited from ManagementPackModuleType)
RunAs

Gets or sets a reference to a secure reference identifier that is defined in this management pack or a referenced management pack. When used, modules of this type will run under the credentials that are assigned to the secure reference.

(Inherited from ManagementPackModuleType)
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)
WriteActionCollection

Gets a collection of write action modules that are used in the module workflow.

(Inherited from ManagementPackModuleType)
XmlTag

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

Methods

CheckVersionCompatibility(ManagementPackElement)

Checks version compatibility of the old version of write action module type against the new version of the same write action module type.

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 was 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)
Verify(VerificationContext)

Verifies a management pack element.

(Inherited from ManagementPackModuleType)
VerifyDataTypeReference(ManagementPackElementReference<ManagementPackDataType>, Boolean)

Verifies a single data type reference.

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