ManagementGroup.GetMonitoringStringResources Method (ICollection<Guid>)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of the monitoring string resource objects that have the specified GUIDs.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetStringResources()")]
public ReadOnlyCollection<MonitoringStringResource> GetMonitoringStringResources(
ICollection<Guid> ids
)
public:
[ObsoleteAttribute("Please use Presentation.GetStringResources()")]
ReadOnlyCollection<MonitoringStringResource^>^ GetMonitoringStringResources(
ICollection<Guid>^ ids
)
[<ObsoleteAttribute("Please use Presentation.GetStringResources()")>]
member GetMonitoringStringResources :
ids:ICollection<Guid> -> ReadOnlyCollection<MonitoringStringResource>
<ObsoleteAttribute("Please use Presentation.GetStringResources()")>
Public Function GetMonitoringStringResources (
ids As ICollection(Of Guid)
) As ReadOnlyCollection(Of MonitoringStringResource)
Parameters
ids
Type: System.Collections.Generic.ICollection<Guid>The GUIDs of the monitoring string resource objects to get.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringStringResource>
Returns aReadOnlyCollection<T> object ofMonitoringStringResource objects.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top