ServiceAccessPolicyEntry Constructors

Definition

Overloads

ServiceAccessPolicyEntry()

Initializes a new instance of the ServiceAccessPolicyEntry class.

ServiceAccessPolicyEntry(String)

Initializes a new instance of the ServiceAccessPolicyEntry class.

ServiceAccessPolicyEntry()

Initializes a new instance of the ServiceAccessPolicyEntry class.

public ServiceAccessPolicyEntry ();
Public Sub New ()

Applies to

ServiceAccessPolicyEntry(String)

Initializes a new instance of the ServiceAccessPolicyEntry class.

public ServiceAccessPolicyEntry (string objectId);
new Microsoft.Azure.Management.HealthcareApis.Models.ServiceAccessPolicyEntry : string -> Microsoft.Azure.Management.HealthcareApis.Models.ServiceAccessPolicyEntry
Public Sub New (objectId As String)

Parameters

objectId
String

An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.

Applies to