共用方式為


ResourceIdentity Constructors

Definition

Overloads

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity(String, String, String)

Initializes a new instance of the ResourceIdentity class.

ResourceIdentity()

Initializes a new instance of the ResourceIdentity class.

public ResourceIdentity ();
Public Sub New ()

Applies to

ResourceIdentity(String, String, String)

Initializes a new instance of the ResourceIdentity class.

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

Parameters

type
String

Identity type. Possible values include: 'None', 'SystemAssigned', 'UserAssigned'

principalId
String

Service Principal Id backing the Msi

tenantId
String

Home Tenant Id

Applies to