Share via


Identity Constructors

Definition

Overloads

Identity()

Initializes a new instance of the Identity class.

Identity(String, 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(String, String, String)

Initializes a new instance of the Identity class.

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

Parameters

tenantId
String

The identity tenantId

principalId
String

The identity principal ID

type
String

The identity type

Applies to