Condividi tramite


Identity Constructors

Definition

Overloads

Identity()

Initializes a new instance of the Identity class.

Identity(String, String, Nullable<ResourceIdentityType>)

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, Nullable<ResourceIdentityType>)

Initializes a new instance of the Identity class.

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

Parameters

principalId
String

The principal ID of resource identity.

tenantId
String

The tenant ID of resource.

type
Nullable<ResourceIdentityType>

The identity type. Possible values include: 'SystemAssigned'

Applies to