SecureDataHealthServiceReference(Guid, Guid, Guid) Constructor
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.
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.