ManagementGroup.GetMonitoringSecureReference Method (Guid)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the secure reference object that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use TypeDefinitions.GetSecureReference()")]
public MonitoringSecureReference GetMonitoringSecureReference(
Guid id
)
public:
[ObsoleteAttribute("Please use TypeDefinitions.GetSecureReference()")]
MonitoringSecureReference^ GetMonitoringSecureReference(
Guid id
)
[<ObsoleteAttribute("Please use TypeDefinitions.GetSecureReference()")>]
member GetMonitoringSecureReference :
id:Guid -> MonitoringSecureReference
<ObsoleteAttribute("Please use TypeDefinitions.GetSecureReference()")>
Public Function GetMonitoringSecureReference (
id As Guid
) As MonitoringSecureReference
Parameters
id
Type: System.GuidThe GUID of the secure reference object to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringSecureReference
Returns aMonitoringSecureReference object.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top