ManagementGroup::GetMonitoringSecureDataHealthServiceReferenceBySecureDataId Method (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 RunAs account identifier.

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

The GetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod helps you determine which health services are using the specified RunAs account

The following example demonstrates a use of theGetMonitoringSecureDataHealthServiceReferenceBySecureDataIdmethod.

Return to top
Show: