MonitoringSecureDataHealthServiceReference(Guid, Guid, Guid) Constructor

Definition

Creates a new MonitoringSecureDataHealthServiceReference.

public:
 MonitoringSecureDataHealthServiceReference(Guid monitoringSecureDataId, Guid monitoringSecureReferenceId, Guid healthServiceId);
public MonitoringSecureDataHealthServiceReference (Guid monitoringSecureDataId, Guid monitoringSecureReferenceId, Guid healthServiceId);
new Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference : Guid * Guid * Guid -> Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataHealthServiceReference
Public Sub New (monitoringSecureDataId As Guid, monitoringSecureReferenceId As Guid, healthServiceId As Guid)

Parameters

monitoringSecureDataId
Guid

The id of the MonitoringSecureData object to associate

monitoringSecureReferenceId
Guid

The id of the MonitoringSecureReference object to associate

healthServiceId
Guid

The id of the health service for the association

Applies to