PartialMonitoringObject.GetMonitoringViews 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.
Gets all the views that are targeted toward this monitoring object, based on all the types of the entity and the base types.
Overloads
GetMonitoringViews() |
Obsolete.
Gets all the views targeted toward this monitoring object, based on all the types of the entity and their base types. |
GetMonitoringViews(ManagementPackViewCriteria) |
Obsolete.
Gets all the views targeted toward this monitoring object, based on all the types of the entity and their base types. |
GetMonitoringViews()
Caution
Use ManagementGroup.Presentation.GetViews methods that take this object
Gets all the views targeted toward this monitoring object, based on all the types of the entity and their base types.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringView ^> ^ GetMonitoringViews();
[System.Obsolete("Use ManagementGroup.Presentation.GetViews methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringView> GetMonitoringViews ();
member this.GetMonitoringViews : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringView>
Public Function GetMonitoringViews () As ReadOnlyCollection(Of MonitoringView)
Returns
A collection of view objects.
- Attributes
Applies to
GetMonitoringViews(ManagementPackViewCriteria)
Caution
Use ManagementGroup.Presentation.GetViews methods that take this object
Gets all the views targeted toward this monitoring object, based on all the types of the entity and their base types.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringView ^> ^ GetMonitoringViews(Microsoft::EnterpriseManagement::Configuration::ManagementPackViewCriteria ^ criteria);
[System.Obsolete("Use ManagementGroup.Presentation.GetViews methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringView> GetMonitoringViews (Microsoft.EnterpriseManagement.Configuration.ManagementPackViewCriteria criteria);
member this.GetMonitoringViews : Microsoft.EnterpriseManagement.Configuration.ManagementPackViewCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringView>
Public Function GetMonitoringViews (criteria As ManagementPackViewCriteria) As ReadOnlyCollection(Of MonitoringView)
Parameters
- criteria
- ManagementPackViewCriteria
The criteria of views to retrieve.
Returns
A collection of view objects.
- Attributes