Applies To: Operations Manager for System Center 2012
Initializes a new MonitoringSecureDataHealthServiceReference object.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringSecureDataHealthServiceReference(
    Guid monitoringSecureDataId,
    Guid monitoringSecureReferenceId,
    Guid healthServiceId
)
public:
MonitoringSecureDataHealthServiceReference(
    Guid monitoringSecureDataId,
    Guid monitoringSecureReferenceId,
    Guid healthServiceId
)
new : 
        monitoringSecureDataId:Guid *
        monitoringSecureReferenceId:Guid *
        healthServiceId:Guid -> MonitoringSecureDataHealthServiceReference
Public Sub New (
    monitoringSecureDataId As Guid,
    monitoringSecureReferenceId As Guid,
    healthServiceId As Guid
)
Parameters
- monitoringSecureDataId 
 Type: System.Guid- The identifier of the MonitoringSecureData to associate with. 
- monitoringSecureReferenceId 
 Type: System.Guid- The identifier of the MonitoringSecureReference object to associate with. 
- healthServiceId 
 Type: System.Guid- The identifier of the health service for the association. 
See Also
MonitoringSecureDataHealthServiceReference Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top