共用方式為


IWithManagedServiceIdentity<FluentT> 介面

定義

Web 應用程式定義階段,允許設定系統指派的受控服務識別。

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

類型參數

FluentT

資源類型。

衍生

方法

WithoutSystemAssignedManagedServiceIdentity()

指定必須停用系統指派 (本機) 受控服務識別。

WithSystemAssignedManagedServiceIdentity()

指定必須在 Web 應用程式中啟用系統指派的受控服務識別。

WithUserAssignedManagedServiceIdentity()

指定必須在 Web 應用程式中啟用使用者指派的受控服務識別。

適用於