ManagementGroup.GetMonitoringReportParameterControls 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 report parameter controls from the management group.
Overloads
GetMonitoringReportParameterControls(ManagementPackReportParameterControlCriteria) |
Obsolete.
Gets MonitoringReportParameterControl based on criteria. |
GetMonitoringReportParameterControls() |
Obsolete.
Gets MonitoringReportParameterControl. |
GetMonitoringReportParameterControls(ManagementPackReportParameterControlCriteria)
Caution
Please use Reporting.GetReportParameterControls()
Gets MonitoringReportParameterControl based on criteria.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReportParameterControl ^> ^ GetMonitoringReportParameterControls(Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControlCriteria ^ criteria);
[System.Obsolete("Please use Reporting.GetReportParameterControls()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl> GetMonitoringReportParameterControls (Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControlCriteria criteria);
member this.GetMonitoringReportParameterControls : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControlCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl>
Public Function GetMonitoringReportParameterControls (criteria As ManagementPackReportParameterControlCriteria) As ReadOnlyCollection(Of MonitoringReportParameterControl)
Parameters
The criteria.
Returns
A collection of MonitoringReportParameterControl that match the criteria.
- Attributes
Applies to
GetMonitoringReportParameterControls()
Caution
Please use Reporting.GetReportParameterControls()
Gets MonitoringReportParameterControl.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringReportParameterControl ^> ^ GetMonitoringReportParameterControls();
[System.Obsolete("Please use Reporting.GetReportParameterControls()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl> GetMonitoringReportParameterControls ();
member this.GetMonitoringReportParameterControls : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl>
Public Function GetMonitoringReportParameterControls () As ReadOnlyCollection(Of MonitoringReportParameterControl)
Returns
A collection of MonitoringReportParameterControl that match the criteria.
- Attributes