Share via


UserAssignedIdentity Constructors

Definition

Overloads

UserAssignedIdentity()

Initializes a new instance of the UserAssignedIdentity class.

UserAssignedIdentity(Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the UserAssignedIdentity class.

UserAssignedIdentity()

Initializes a new instance of the UserAssignedIdentity class.

public UserAssignedIdentity ();
Public Sub New ()

Applies to

UserAssignedIdentity(Nullable<Guid>, Nullable<Guid>)

Initializes a new instance of the UserAssignedIdentity class.

public UserAssignedIdentity (Guid? principalId = default, Guid? clientId = default);
new Microsoft.Azure.Management.NetApp.Models.UserAssignedIdentity : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Management.NetApp.Models.UserAssignedIdentity
Public Sub New (Optional principalId As Nullable(Of Guid) = Nothing, Optional clientId As Nullable(Of Guid) = Nothing)

Parameters

principalId
Nullable<Guid>

The principal ID of the assigned identity.

clientId
Nullable<Guid>

The client ID of the assigned identity.

Applies to