Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
monitoringClasses
Type: System.Collections.Generic.IList<Guid>The monitoring classes to get the images for.
ImageCategory
Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackImageCategoryThe image category of the returned images.
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