DataWarehouse.GetImagesForMonitoringClasses Method (IList<Guid>, ManagementPackImageCategory)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the images for the specified monitoring classes in the specified image category.

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

Syntax

[ObsoleteAttribute("Use method that doesn't need categories. This method will need to be added")]
public ReadOnlyCollection<ImageInfo> GetImagesForMonitoringClasses(
    IList<Guid> monitoringClasses,
    ManagementPackImageCategory ImageCategory
)
public:
[ObsoleteAttribute("Use method that doesn't need categories. This method will need to be added")]
ReadOnlyCollection<ImageInfo^>^ GetImagesForMonitoringClasses(
    IList<Guid>^ monitoringClasses,
    ManagementPackImageCategory ImageCategory
)
[<ObsoleteAttribute("Use method that doesn't need categories. This method will need to be added")>]
member GetImagesForMonitoringClasses : 
        monitoringClasses:IList<Guid> *
        ImageCategory:ManagementPackImageCategory -> ReadOnlyCollection<ImageInfo>
<ObsoleteAttribute("Use method that doesn't need categories. This method will need to be added")>
Public Function GetImagesForMonitoringClasses (
    monitoringClasses As IList(Of Guid),
    ImageCategory As ManagementPackImageCategory
) As ReadOnlyCollection(Of ImageInfo)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ImageInfo>

Returns a ReadOnlyCollection<T> of ImageInfo objects.

See Also

DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top