ManagementGroup.GetMonitoringSecureDataHealthServiceReference Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the secure data health service reference object that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReference()")]
public MonitoringSecureDataHealthServiceReference GetMonitoringSecureDataHealthServiceReference(
Guid id
)
public:
[ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReference()")]
MonitoringSecureDataHealthServiceReference^ GetMonitoringSecureDataHealthServiceReference(
Guid id
)
[<ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReference()")>]
member GetMonitoringSecureDataHealthServiceReference :
id:Guid -> MonitoringSecureDataHealthServiceReference
<ObsoleteAttribute("Please use Security.GetMonitoringSecureDataHealthServiceReference()")>
Public Function GetMonitoringSecureDataHealthServiceReference (
id As Guid
) As MonitoringSecureDataHealthServiceReference
Parameters
id
Type: System.GuidThe GUID of the secure data health service reference object to get.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference
Returns aMonitoringSecureDataHealthServiceReference object.
Remarks
Use this method if you have theidof theMonitoringSecureDataHealthServiceReference object and want to retrieve the actual object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top