Share via


ISecurityManagement.GetSecureDataHealthServiceReferenceByHealthServiceId Method

Definition

Gets all secure data health service references that are associated with the provided health service identifier.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Security::SecureDataHealthServiceReference ^> ^ GetSecureDataHealthServiceReferenceByHealthServiceId(Nullable<Guid> healthServiceId);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference> GetSecureDataHealthServiceReferenceByHealthServiceId (Guid? healthServiceId);
abstract member GetSecureDataHealthServiceReferenceByHealthServiceId : Nullable<Guid> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Security.SecureDataHealthServiceReference>
Public Function GetSecureDataHealthServiceReferenceByHealthServiceId (healthServiceId As Nullable(Of Guid)) As IList(Of SecureDataHealthServiceReference)

Parameters

healthServiceId
Nullable<Guid>

The health service identifier.

Returns

The list of secure data health service references.

Applies to