CustomMonitoringObjectGroup(String, String, String, String) Constructor
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.
Creates a new CustomMonitoringObjectGroup.
public:
CustomMonitoringObjectGroup(System::String ^ nameSpace, System::String ^ name, System::String ^ displayName, System::String ^ formula);
public CustomMonitoringObjectGroup (string nameSpace, string name, string displayName, string formula);
new Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObjectGroup : string * string * string * string -> Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringObjectGroup
Public Sub New (nameSpace As String, name As String, displayName As String, formula As String)
Parameters
- nameSpace
- String
The namespace of the type name.
- name
- String
The name of the singleton type to be created for this group and the group instance itself.
- displayName
- String
The display name of the singleton type.
- formula
- String
The formula for group membership.
Exceptions
nameSpace, name, displayName or formula is null
nameSpace.Length, name.Length, displayName.Length or formula.Length is 0