ManagementGroup.GetMonitoringImageReferences 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 reference objects from the management group.
Overloads
GetMonitoringImageReferences(ICollection<Guid>) |
Obsolete.
Gets a collection of MonitoringImageReference objects |
GetMonitoringImageReferences(Guid) |
Obsolete.
Gets a collection of MonitoringImageReference objects |
GetMonitoringImageReferences(ICollection<Guid>)
Caution
Please use Presentation.GetImageReferences()
Gets a collection of MonitoringImageReference objects
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageReference ^> ^ GetMonitoringImageReferences(System::Collections::Generic::ICollection<Guid> ^ managementPackElementIds);
[System.Obsolete("Please use Presentation.GetImageReferences()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference> GetMonitoringImageReferences (System.Collections.Generic.ICollection<Guid> managementPackElementIds);
member this.GetMonitoringImageReferences : System.Collections.Generic.ICollection<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference>
Public Function GetMonitoringImageReferences (managementPackElementIds As ICollection(Of Guid)) As ReadOnlyCollection(Of MonitoringImageReference)
Parameters
- managementPackElementIds
- ICollection<Guid>
The ids of the elements to retrieve image references for.
Returns
A collection of image reference objects.
- Attributes
Exceptions
managementPackElementIds is null
managementPackElementIds is empty
Applies to
GetMonitoringImageReferences(Guid)
Caution
Please use Presentation.GetImageReferences()
Gets a collection of MonitoringImageReference objects
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringImageReference ^> ^ GetMonitoringImageReferences(Guid managementPackElementId);
[System.Obsolete("Please use Presentation.GetImageReferences()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference> GetMonitoringImageReferences (Guid managementPackElementId);
member this.GetMonitoringImageReferences : Guid -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringImageReference>
Public Function GetMonitoringImageReferences (managementPackElementId As Guid) As ReadOnlyCollection(Of MonitoringImageReference)
Parameters
- managementPackElementId
- Guid
The id of the element to retrieve image references for.
Returns
A collection of image reference objects.
- Attributes