ManagementGroup.GetMonitoringImageObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a collection of monitoring image objects.
Overloads
GetMonitoringImageObjects() |
Obsolete.
Gets MonitoringImageObjects. |
GetMonitoringImageObjects(ManagementPackImageObjectCriteria) |
Obsolete.
Gets MonitoringImageObjects based on criteria. |
GetMonitoringImageObjects(ICollection<MonitoringImageReference>) |
Obsolete.
Gets a collection of MonitoringImageObject object based on a collection of MonitoringImageReference objects. |
GetMonitoringImageObjects(ICollection<Guid>) |
Obsolete.
Gets a collection of MonitoringImageObject object based on a collection of image ids. |
GetMonitoringImageObjects()
Caution
Please use Resources.GetResources<ManagementPackImage>()
Gets MonitoringImageObjects.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageObject ^> ^ GetMonitoringImageObjects();
[System.Obsolete("Please use Resources.GetResources<ManagementPackImage>()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject> GetMonitoringImageObjects ();
member this.GetMonitoringImageObjects : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject>
Public Function GetMonitoringImageObjects () As ReadOnlyCollection(Of MonitoringImageObject)
Returns
A collection of MonitoringImageObjects that match the criteria.
- Attributes
Applies to
GetMonitoringImageObjects(ManagementPackImageObjectCriteria)
Caution
Please use Resources.GetResources<ManagementPackImage>()
Gets MonitoringImageObjects based on criteria.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageObject ^> ^ GetMonitoringImageObjects(Microsoft::EnterpriseManagement::Configuration::ManagementPackImageObjectCriteria ^ criteria);
[System.Obsolete("Please use Resources.GetResources<ManagementPackImage>()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject> GetMonitoringImageObjects (Microsoft.EnterpriseManagement.Configuration.ManagementPackImageObjectCriteria criteria);
member this.GetMonitoringImageObjects : Microsoft.EnterpriseManagement.Configuration.ManagementPackImageObjectCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject>
Public Function GetMonitoringImageObjects (criteria As ManagementPackImageObjectCriteria) As ReadOnlyCollection(Of MonitoringImageObject)
Parameters
- criteria
- ManagementPackImageObjectCriteria
The criteria.
Returns
A collection of MonitoringImageObjects that match the criteria.
- Attributes
Applies to
GetMonitoringImageObjects(ICollection<MonitoringImageReference>)
Caution
Please use Resources.GetResources<ManagementPackImage>()
Gets a collection of MonitoringImageObject object based on a collection of MonitoringImageReference objects.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageObject ^> ^ GetMonitoringImageObjects(System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageReference ^> ^ imageReferences);
[System.Obsolete("Please use Resources.GetResources<ManagementPackImage>()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject> GetMonitoringImageObjects (System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference> imageReferences);
member this.GetMonitoringImageObjects : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject>
Public Function GetMonitoringImageObjects (imageReferences As ICollection(Of MonitoringImageReference)) As ReadOnlyCollection(Of MonitoringImageObject)
Parameters
- imageReferences
- ICollection<MonitoringImageReference>
The image references to retrieve.
Returns
A collection of MonitoringImageObject objects.
- Attributes
Exceptions
imageReferences is null
imageReferences.Count equals 0
Applies to
GetMonitoringImageObjects(ICollection<Guid>)
Caution
Please use Resources.GetResources<ManagementPackImage>()
Gets a collection of MonitoringImageObject object based on a collection of image ids.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageObject ^> ^ GetMonitoringImageObjects(System::Collections::Generic::ICollection<Guid> ^ imageIds);
[System.Obsolete("Please use Resources.GetResources<ManagementPackImage>()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject> GetMonitoringImageObjects (System.Collections.Generic.ICollection<Guid> imageIds);
member this.GetMonitoringImageObjects : System.Collections.Generic.ICollection<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageObject>
Public Function GetMonitoringImageObjects (imageIds As ICollection(Of Guid)) As ReadOnlyCollection(Of MonitoringImageObject)
Parameters
- imageIds
- ICollection<Guid>
The image ids to retrieve.
Returns
A collection of MonitoringImageObject objects.
- Attributes
Exceptions
imageIds is null
imageIds.Count equals 0