ManagementGroup::GetMonitoringSecureDataHealthServiceReferenceByHealthServiceId Method (Nullable<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 health service identifier.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReferenceByHealthServiceId()")] ReadOnlyCollection<MonitoringSecureDataHealthServiceReference^>^ GetMonitoringSecureDataHealthServiceReferenceByHealthServiceId( Nullable<Guid> healthServiceId )
Parameters
- healthServiceId
-
Type:
System::Nullable<Guid>
The health service identifier for the secure data health service reference object to get.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringSecureDataHealthServiceReference^>^Returns aReadOnlyCollection<T> object of MonitoringSecureDataHealthServiceReference objects.
The GetMonitoringSecureDataHealthServiceReferenceByHealthServiceIdmethod helps you to determine which profiles and which profile RunAs account the health service uses.
The following example demonstrates a use of the GetMonitoringSecureDataHealthServiceReferenceByHealthServiceIdmethod.
Show: