Share via


DataWarehouse.GetImagesForMonitoringClasses Method

Definition

Caution

Use method that doesn't need categories. This method will need to be added

Returns all managementgroups that use the current datawarehouse

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::ImageInfo ^> ^ GetImagesForMonitoringClasses(System::Collections::Generic::IList<Guid> ^ monitoringClasses, Microsoft::EnterpriseManagement::Configuration::ManagementPackImageCategory ImageCategory);
[System.Obsolete("Use method that doesn't need categories. This method will need to be added")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ImageInfo> GetImagesForMonitoringClasses (System.Collections.Generic.IList<Guid> monitoringClasses, Microsoft.EnterpriseManagement.Configuration.ManagementPackImageCategory ImageCategory);
member this.GetImagesForMonitoringClasses : System.Collections.Generic.IList<Guid> * Microsoft.EnterpriseManagement.Configuration.ManagementPackImageCategory -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ImageInfo>
Public Function GetImagesForMonitoringClasses (monitoringClasses As IList(Of Guid), ImageCategory As ManagementPackImageCategory) As ReadOnlyCollection(Of ImageInfo)

Parameters

monitoringClasses
IList<Guid>

The monitoring classes to get the images for.

ImageCategory
ManagementPackImageCategory

The image category of the returned images.

Returns

Returns a ReadOnlyCollection<T> of ImageInfo objects.

Attributes

Applies to