PartialMonitoringObject.GetMonitoringRecoveries Method

Definition

Gets all the recoveries that are targeted toward this monitoring object, based on all the types of the entity and the base types.

Overloads

GetMonitoringRecoveries()
Obsolete.

Gets all the recoveries targeted toward this monitoring object, based on all the types of the entity and their base types.

GetMonitoringRecoveries(ManagementPackRecoveryCriteria)
Obsolete.

Gets all the recoveries targeted toward this monitoring object, based on all the types of the entity and their base types.

GetMonitoringRecoveries()

Caution

Use ManagementGroup.Monitoring.GetRecoveries methods that take this object

Gets all the recoveries 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::MonitoringRecovery ^> ^ GetMonitoringRecoveries();
[System.Obsolete("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery> GetMonitoringRecoveries ();
member this.GetMonitoringRecoveries : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery>
Public Function GetMonitoringRecoveries () As ReadOnlyCollection(Of MonitoringRecovery)

Returns

A collection of recovery objects.

Attributes

Applies to

GetMonitoringRecoveries(ManagementPackRecoveryCriteria)

Caution

Use ManagementGroup.Monitoring.GetRecoveries methods that take this object

Gets all the recoveries 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::MonitoringRecovery ^> ^ GetMonitoringRecoveries(Microsoft::EnterpriseManagement::Configuration::ManagementPackRecoveryCriteria ^ criteria);
[System.Obsolete("Use ManagementGroup.Monitoring.GetRecoveries methods that take this object")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery> GetMonitoringRecoveries (Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryCriteria criteria);
member this.GetMonitoringRecoveries : Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRecovery>
Public Function GetMonitoringRecoveries (criteria As ManagementPackRecoveryCriteria) As ReadOnlyCollection(Of MonitoringRecovery)

Parameters

criteria
ManagementPackRecoveryCriteria

The criteria of recoveries to retrieve.

Returns

A collection of recovery objects.

Attributes

Applies to