MonitoringSecureReference Class
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.
Caution
This class is obsolete. Please use ManagementPackSecureReference instead
This represents an instance of a secure credential management pack reference.
public ref class MonitoringSecureReference : Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReference, Microsoft::EnterpriseManagement::Common::IMonitoringBase
[System.Obsolete("This class is obsolete. Please use ManagementPackSecureReference instead")]
[System.Serializable]
public class MonitoringSecureReference : Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference, Microsoft.EnterpriseManagement.Common.IMonitoringBase
type MonitoringSecureReference = class
inherit ManagementPackSecureReference
interface IMonitoringBase
Public Class MonitoringSecureReference
Inherits ManagementPackSecureReference
Implements IMonitoringBase
- Inheritance
-
MonitoringSecureReference
- Attributes
- Implements
Examples
The following example shows how to enumerate all the RunAs profiles and display their contents using the MonitoringSecureReference class.
Remarks
RunAs profiles are used with tasks, rules, and monitors when the default set of credentials has insufficient rights. RunAs profiles and their associated credentials are deployed to the targeted computers.
Constructors
MonitoringSecureReference(ManagementPackSecureReference) |
Creates a secure reference from a clone |
Methods
GetDerivedObject(ManagementPackSecureReference) |
Converts a ManagementPackSecureReference to a MonitoringSecureReference, for backwards compatability |