ManagementGroup::GetMonitoringSecureDataHealthServiceReferenceByHealthServiceId Method (Nullable<Guid>)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of MonitoringSecureDataHealthServiceReference objects from the specified health service identifier.

Namespace:   Microsoft.EnterpriseManagement
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.

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.

Return to top
Show: