Share via


SecureDataHealthServiceReference(Guid, Guid, Guid) Constructor

Definition

Initializes a new SecureDataHealthServiceReference object.

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

Parameters

monitoringSecureDataId
Guid

The ID of the monitoring secure data object.

monitoringSecureReferenceId
Guid

The ID of the monitoring secure reference object.

healthServiceId
Guid

The ID of the health service.

Applies to