Share via


IMonitoringConfigurationManagement.GetUnitMonitorTypes Method

Definition

Retrieves the unit monitor types.

Overloads

GetUnitMonitorTypes()

Retrieves all the unit monitor types defined in this management group.

GetUnitMonitorTypes(ManagementPackUnitMonitorTypeCriteria)

Retrieves the unit monitor types based on the criteria.

GetUnitMonitorTypes(ICollection<Guid>)

Retrieves the monitor types in this management group.

GetUnitMonitorTypes()

Retrieves all the unit monitor types defined in this management group.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorType ^> ^ GetUnitMonitorTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType> GetUnitMonitorTypes ();
abstract member GetUnitMonitorTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType>
Public Function GetUnitMonitorTypes () As IList(Of ManagementPackUnitMonitorType)

Returns

Returns IList<T>.

All the unit monitor types defined in this management group.

Applies to

GetUnitMonitorTypes(ManagementPackUnitMonitorTypeCriteria)

Retrieves the unit monitor types based on the criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorType ^> ^ GetUnitMonitorTypes(Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorTypeCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType> GetUnitMonitorTypes (Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorTypeCriteria criteria);
abstract member GetUnitMonitorTypes : Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorTypeCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType>
Public Function GetUnitMonitorTypes (criteria As ManagementPackUnitMonitorTypeCriteria) As IList(Of ManagementPackUnitMonitorType)

Parameters

criteria
ManagementPackUnitMonitorTypeCriteria

The search criteria.

Returns

Returns IList<T>.

The unit monitor types based on the criteria.

Applies to

GetUnitMonitorTypes(ICollection<Guid>)

Retrieves the monitor types in this management group.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorType ^> ^ GetUnitMonitorTypes(System::Collections::Generic::ICollection<Guid> ^ ids);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType> GetUnitMonitorTypes (System.Collections.Generic.ICollection<Guid> ids);
abstract member GetUnitMonitorTypes : System.Collections.Generic.ICollection<Guid> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType>
Public Function GetUnitMonitorTypes (ids As ICollection(Of Guid)) As IList(Of ManagementPackUnitMonitorType)

Parameters

ids
ICollection<Guid>

The IDs of the types.

Returns

Returns IList<T>.

The monitor types in this management group.

Applies to