ServicesResourceIdentity Constructors

Definition

Overloads

ServicesResourceIdentity()

Initializes a new instance of the ServicesResourceIdentity class.

ServicesResourceIdentity(String, String, String)

Initializes a new instance of the ServicesResourceIdentity class.

ServicesResourceIdentity()

Initializes a new instance of the ServicesResourceIdentity class.

public ServicesResourceIdentity ();
Public Sub New ()

Applies to

ServicesResourceIdentity(String, String, String)

Initializes a new instance of the ServicesResourceIdentity class.

public ServicesResourceIdentity (string principalId = default, string tenantId = default, string type = default);
new Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity : string * string * string -> Microsoft.Azure.Management.HealthcareApis.Models.ServicesResourceIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As String = Nothing)

Parameters

principalId
String

The principal ID of the resource identity.

tenantId
String

The tenant ID of the resource.

type
String

Type of identity being specified, currently SystemAssigned and None are allowed. Possible values include: 'SystemAssigned', 'None'

Applies to