Condividi tramite


ManagedIdentity Constructors

Definition

Overloads

ManagedIdentity()

Initializes a new instance of the ManagedIdentity class.

ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>)

Initializes a new instance of the ManagedIdentity class.

ManagedIdentity()

Initializes a new instance of the ManagedIdentity class.

public ManagedIdentity ();
Public Sub New ()

Applies to

ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>)

Initializes a new instance of the ManagedIdentity class.

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

Parameters

principalId
String

The principal ID of the workspace managed identity

tenantId
Nullable<Guid>

The tenant ID of the workspace managed identity

type
Nullable<ResourceIdentityType>

The type of managed identity for the workspace. Possible values include: 'None', 'SystemAssigned'

Applies to