Condividi tramite


Identity Constructors

Definition

Overloads

Identity()

Initializes a new instance of the Identity class.

Identity(IdentityType, String, String)

Initializes a new instance of the Identity class.

Identity()

Initializes a new instance of the Identity class.

public Identity ();
Public Sub New ()

Applies to

Identity(IdentityType, String, String)

Initializes a new instance of the Identity class.

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

Parameters

type
IdentityType

The identity type. Possible values include: 'None', 'SystemAssigned'

principalId
String

The principal ID of resource identity.

tenantId
String

The tenant ID of resource.

Applies to