ManagementGroup.GetMonitoringDataTypes Method (String)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring data types that are defined in the management group by specifying a data type name.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetDataTypes(Guid)")]
public ReadOnlyCollection<MonitoringDataType> GetMonitoringDataTypes(
string typeName
)
public:
[ObsoleteAttribute("Please use Monitoring.GetDataTypes(Guid)")]
ReadOnlyCollection<MonitoringDataType^>^ GetMonitoringDataTypes(
String^ typeName
)
[<ObsoleteAttribute("Please use Monitoring.GetDataTypes(Guid)")>]
member GetMonitoringDataTypes :
typeName:string -> ReadOnlyCollection<MonitoringDataType>
<ObsoleteAttribute("Please use Monitoring.GetDataTypes(Guid)")>
Public Function GetMonitoringDataTypes (
typeName As String
) As ReadOnlyCollection(Of MonitoringDataType)
Parameters
typeName
Type: System.StringThe name of the data type to get.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringDataType>
Returns aReadOnlyCollection<T> object ofMonitoringDataType values.
See Also
GetMonitoringDataTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top