Share via


CustomMonitoringObjectGroup Constructor (String, String, String, String)

 

Applies To: Operations Manager for System Center 2012

Initializes a new CustomMonitoringObjectGroup object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public CustomMonitoringObjectGroup(
    string nameSpace,
    string name,
    string displayName,
    string formula
)
public:
CustomMonitoringObjectGroup(
    String^ nameSpace,
    String^ name,
    String^ displayName,
    String^ formula
)
new : 
        nameSpace:string *
        name:string *
        displayName:string *
        formula:string -> CustomMonitoringObjectGroup
Public Sub New (
    nameSpace As String,
    name As String,
    displayName As String,
    formula As String
)

Parameters

  • nameSpace
    Type: System.String

    Sets the namespace of the underlying singleton type for this group.

  • name
    Type: System.String

    Sets the name of the underlying singleton type for this group and the group instance.

  • displayName
    Type: System.String

    Sets the display name of the underlying singleton type.

  • formula
    Type: System.String

    Sets the formula that defines membership to this group.

See Also

CustomMonitoringObjectGroup Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top