ManagementGroup.GetMonitoringSecureDataHealthServiceReference(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use Security.GetMonitoringSecureDataHealthServiceReference()
Gets the secure references by id.
public:
Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringSecureDataHealthServiceReference ^ GetMonitoringSecureDataHealthServiceReference(Guid id);
[System.Obsolete("Please use Security.GetMonitoringSecureDataHealthServiceReference()")]
public Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference GetMonitoringSecureDataHealthServiceReference (Guid id);
member this.GetMonitoringSecureDataHealthServiceReference : Guid -> Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference
Public Function GetMonitoringSecureDataHealthServiceReference (id As Guid) As MonitoringSecureDataHealthServiceReference
Parameters
- id
- Guid
The GUID of the secure data health service reference object to get.
Returns
Returns the secure references.
- Attributes
Remarks
Use this method if you have theid
of theMonitoringSecureDataHealthServiceReference object and want to retrieve the actual object.