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

IWithManagedServiceIdentity<FluentT> 接口

定义

允许设置系统分配的托管服务标识的 Web 应用定义阶段。

public interface IWithManagedServiceIdentity<FluentT>
type IWithManagedServiceIdentity<'FluentT> = interface
Public Interface IWithManagedServiceIdentity(Of FluentT)

类型参数

FluentT

资源类型。

派生

方法

WithoutSystemAssignedManagedServiceIdentity()

指定需要禁用系统分配 (本地) 托管服务标识。

WithSystemAssignedManagedServiceIdentity()

指定需要在 Web 应用中启用系统分配的托管服务标识。

WithUserAssignedManagedServiceIdentity()

指定需要在 Web 应用中启用用户分配的托管服务标识。

适用于