ManagementGroup.GetMonitoringSchemaTypes Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves all the monitoring schema types.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use TypeDefinitions.GetSchemaTypes()")]
public ReadOnlyCollection<MonitoringSchemaType> GetMonitoringSchemaTypes()
public:
[ObsoleteAttribute("Please use TypeDefinitions.GetSchemaTypes()")]
ReadOnlyCollection<MonitoringSchemaType^>^ GetMonitoringSchemaTypes()
[<ObsoleteAttribute("Please use TypeDefinitions.GetSchemaTypes()")>]
member GetMonitoringSchemaTypes : unit -> ReadOnlyCollection<MonitoringSchemaType>
<ObsoleteAttribute("Please use TypeDefinitions.GetSchemaTypes()")>
Public Function GetMonitoringSchemaTypes As ReadOnlyCollection(Of MonitoringSchemaType)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringSchemaType>
Returns aReadOnlyCollection<T> object ofMonitoringSchemaType values.
See Also
GetMonitoringSchemaTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top