你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedIdentity Class

Definition

The workspace managed identity.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity+ManagedIdentityConverter))]
public class ManagedIdentity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity+ManagedIdentityConverter))>]
type ManagedIdentity = class
Public Class ManagedIdentity
Inheritance
ManagedIdentity
Attributes

Constructors

ManagedIdentity()

Initializes a new instance of ManagedIdentity.

Properties

PrincipalId

The principal ID of the workspace managed identity.

TenantId

The tenant ID of the workspace managed identity.

Type

The type of managed identity for the workspace.

Applies to