DataWarehouse.GetMonitoringObjects Method

Definition

Returns information about the monitoring objects in the current data warehouse.

Overloads

GetMonitoringObjects(IList<Int32>, String)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<PartialMonitoringObject>, String)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<PartialMonitoringObject>)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<Guid>)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<Int32>)

Returns MonitoringObjectInfo from Guids

GetMonitoringObjects(IList<Int32>, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<int> ^ monitoringObjectRowIds, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<int> monitoringObjectRowIds, string languageCode);
member this.GetMonitoringObjects : System.Collections.Generic.IList<int> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjectRowIds As IList(Of Integer), languageCode As String) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjectRowIds
IList<Int32>

The monitoring object rows in the data warehouse from which to return the monitoring object information objects.

languageCode
String

The language code for the language in which the information is returned.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to

GetMonitoringObjects(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<Guid> ^ monitoringObjectGuids, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<Guid> monitoringObjectGuids, string languageCode);
member this.GetMonitoringObjects : System.Collections.Generic.IList<Guid> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjectGuids As IList(Of Guid), languageCode As String) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjectGuids
IList<Guid>

A list of GUIDs for the monitoring objects to get information about.

languageCode
String

The language code for the language in which the information is returned.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to

GetMonitoringObjects(IList<PartialMonitoringObject>, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::PartialMonitoringObject ^> ^ monitoringObjects, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> monitoringObjects, string languageCode);
member this.GetMonitoringObjects : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjects As IList(Of PartialMonitoringObject), languageCode As String) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjects
IList<PartialMonitoringObject>

The monitoring objects in the data warehouse from which to return the monitoring object information objects.

languageCode
String

The language code for the language in which the information is returned.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to

GetMonitoringObjects(IList<PartialMonitoringObject>)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::PartialMonitoringObject ^> ^ monitoringObjects);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> monitoringObjects);
member this.GetMonitoringObjects : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjects As IList(Of PartialMonitoringObject)) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjects
IList<PartialMonitoringObject>

The monitoring objects in the data warehouse from which to return the monitoring object information objects.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to

GetMonitoringObjects(IList<Guid>)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<Guid> ^ monitoringObjectGuids);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<Guid> monitoringObjectGuids);
member this.GetMonitoringObjects : System.Collections.Generic.IList<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjectGuids As IList(Of Guid)) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjectGuids
IList<Guid>

A list of GUIDs for the monitoring objects to get information about.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to

GetMonitoringObjects(IList<Int32>)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringObjectInfo ^> ^ GetMonitoringObjects(System::Collections::Generic::IList<int> ^ monitoringObjectRowIds);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo> GetMonitoringObjects (System.Collections.Generic.IList<int> monitoringObjectRowIds);
member this.GetMonitoringObjects : System.Collections.Generic.IList<int> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringObjectInfo>
Public Function GetMonitoringObjects (monitoringObjectRowIds As IList(Of Integer)) As ReadOnlyCollection(Of MonitoringObjectInfo)

Parameters

monitoringObjectRowIds
IList<Int32>

The monitoring object rows in the data warehouse from which to return the monitoring object information objects.

Returns

ReadOnlyCollection<MonitoringObjectInfo>

Returns a ReadOnlyCollection<T> of MonitoringObjectInfo objects.

Applies to