UserIdentityProperties Constructors

Definition

Overloads

UserIdentityProperties()

Initializes a new instance of the UserIdentityProperties class.

UserIdentityProperties(String, String)

Initializes a new instance of the UserIdentityProperties class.

UserIdentityProperties()

Initializes a new instance of the UserIdentityProperties class.

public UserIdentityProperties ();
Public Sub New ()

Applies to

UserIdentityProperties(String, String)

Initializes a new instance of the UserIdentityProperties class.

public UserIdentityProperties (string principalId = default, string clientId = default);
new Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties : string * string -> Microsoft.Azure.Management.ApiManagement.Models.UserIdentityProperties
Public Sub New (Optional principalId As String = Nothing, Optional clientId As String = Nothing)

Parameters

principalId
String

The principal id of user assigned identity.

clientId
String

The client id of user assigned identity.

Applies to