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

IManagedIdentityConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))]
public interface IManagedIdentityConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))>]
type IManagedIdentityConfiguration = interface
    interface IJsonSerializable
Public Interface IManagedIdentityConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The objectId of the Managed Identity that is linked to the Managed Storage account.

TenantId

The tenant Id where the Managed Identity is created.

Type

The type of Identity created. It can be either SystemAssigned or UserAssigned.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to