ManagementPackRecoveryOverride Class
System Center
Defines an override for a recovery. You can use this type to find the identifier for the recovery that has the override and the override value. Cast an object of this type as one of the derived types to access override information such as the recovery property or configuration parameter that is overridden. For a list of derived classes, see the inheritance hierarchy.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
[SerializableAttribute] public ref class ManagementPackRecoveryOverride abstract : public ManagementPackOverride
/** @attribute SerializableAttribute() */ public abstract class ManagementPackRecoveryOverride extends ManagementPackOverride
SerializableAttribute public abstract class ManagementPackRecoveryOverride extends ManagementPackOverride
For example code that demonstrates how to get information about an override, see How to Get Information about an Override.
For an example of creating an override for a recovery, see How to Create an Override for a Recovery.
Overrides are used to change the default values for properties and parameters of recoveries in Operations Manager.
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryConfigurationOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryPropertyOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryConfigurationOverride
Microsoft.EnterpriseManagement.Configuration.ManagementPackRecoveryPropertyOverride
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XPTarget Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XPSend comments about this topic to Microsoft.
Show: