ManagementGroup.GetMonitoringPageSets 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 page set objects from the management group.
Overloads
GetMonitoringPageSets(ManagementPackPageSetCriteria) |
Obsolete.
Gets MonitoringPageSets based on criteria. |
GetMonitoringPageSets() |
Obsolete.
Gets MonitoringPageSets. |
GetMonitoringPageSets(ManagementPackPageSetCriteria)
Caution
Please use Presentation.GetPageSets()
Gets MonitoringPageSets based on criteria.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringPageSet ^> ^ GetMonitoringPageSets(Microsoft::EnterpriseManagement::Configuration::ManagementPackPageSetCriteria ^ criteria);
[System.Obsolete("Please use Presentation.GetPageSets()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet> GetMonitoringPageSets (Microsoft.EnterpriseManagement.Configuration.ManagementPackPageSetCriteria criteria);
member this.GetMonitoringPageSets : Microsoft.EnterpriseManagement.Configuration.ManagementPackPageSetCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet>
Public Function GetMonitoringPageSets (criteria As ManagementPackPageSetCriteria) As ReadOnlyCollection(Of MonitoringPageSet)
Parameters
- criteria
- ManagementPackPageSetCriteria
The criteria.
Returns
A collection of MonitoringPageSets that match the criteria.
- Attributes
Applies to
GetMonitoringPageSets()
Caution
Please use Presentation.GetPageSets()
Gets MonitoringPageSets.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringPageSet ^> ^ GetMonitoringPageSets();
[System.Obsolete("Please use Presentation.GetPageSets()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet> GetMonitoringPageSets ();
member this.GetMonitoringPageSets : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet>
Public Function GetMonitoringPageSets () As ReadOnlyCollection(Of MonitoringPageSet)
Returns
A collection of MonitoringPageSets that match the criteria.
- Attributes