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 MonitoringSecureDataHealthServiceReference objects from the specified RunAs account identifier.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceBySecureDataId()")]
public ReadOnlyCollection<MonitoringSecureDataHealthServiceReference> GetMonitoringSecureDataHealthServiceReferenceBySecureDataId(
Guid secureDataId
)
public:
[ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceBySecureDataId()")]
ReadOnlyCollection<MonitoringSecureDataHealthServiceReference^>^ GetMonitoringSecureDataHealthServiceReferenceBySecureDataId(
Guid secureDataId
)
[<ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceBySecureDataId()")>]
member GetMonitoringSecureDataHealthServiceReferenceBySecureDataId :
secureDataId:Guid -> ReadOnlyCollection<MonitoringSecureDataHealthServiceReference>
<ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceBySecureDataId()")>
Public Function GetMonitoringSecureDataHealthServiceReferenceBySecureDataId (
secureDataId As Guid
) As ReadOnlyCollection(Of MonitoringSecureDataHealthServiceReference)
Parameters
secureDataId
Type: System.GuidThe RunAs account identifier.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringSecureDataHealthServiceReference>
Returns aReadOnlyCollection<T> object ofMonitoringSecureDataHealthServiceReference objects.
Remarks
The GetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod helps you determine which health services are using the specified RunAs account
Examples
The following example demonstrates a use of theGetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top