Share via


ManagementPack.GetRecoveries Method

Definition

Retrieves all ManagementPackRecovery objects that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackRecovery ^> ^ GetRecoveries();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRecovery> GetRecoveries ();
member this.GetRecoveries : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRecovery>
Public Function GetRecoveries () As ManagementPackElementCollection(Of ManagementPackRecovery)

Returns

A collection of all ManagementPackRecovery objects in the management pack.

Applies to