ManagementGroup::GetMonitoringSecureDataHealthServiceReferenceBySecureDataId Method (Guid)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves a collection of MonitoringSecureDataHealthServiceReference objects from the specified RunAs account identifier.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceBySecureDataId()")] ReadOnlyCollection<MonitoringSecureDataHealthServiceReference^>^ GetMonitoringSecureDataHealthServiceReferenceBySecureDataId( Guid secureDataId )
Parameters
- secureDataId
-
Type:
System::Guid
The RunAs account identifier.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringSecureDataHealthServiceReference^>^Returns aReadOnlyCollection<T> object ofMonitoringSecureDataHealthServiceReference objects.
The GetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod helps you determine which health services are using the specified RunAs account
The following example demonstrates a use of theGetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod.
Show: