Share via


Identity Constructors

Definition

Overloads

Identity()

Initializes a new instance of the Identity class.

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

Initializes a new instance of the Identity class.

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

Parameters

principalId
String

The principal ID of resource identity.

tenantId
String

The tenant ID of resource.

Applies to