Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the secure references.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use TypeDefinitions.GetSecureReferences()")]
public ReadOnlyCollection<MonitoringSecureReference> GetMonitoringSecureReferences()
public:
[ObsoleteAttribute("Please use TypeDefinitions.GetSecureReferences()")]
ReadOnlyCollection<MonitoringSecureReference^>^ GetMonitoringSecureReferences()
[<ObsoleteAttribute("Please use TypeDefinitions.GetSecureReferences()")>]
member GetMonitoringSecureReferences : unit -> ReadOnlyCollection<MonitoringSecureReference>
<ObsoleteAttribute("Please use TypeDefinitions.GetSecureReferences()")>
Public Function GetMonitoringSecureReferences As ReadOnlyCollection(Of MonitoringSecureReference)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringSecureReference>
Returns aReadOnlyCollection<T> object ofMonitoringSecureReference objects.
Examples
The following example uses the GetMonitoringSecureReferencesmethod to enumerate RunAs profiles and their contents.
See Also
GetMonitoringSecureReferences Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top