IWithManagedServiceIdentity<FluentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Web 應用程式定義階段,允許設定系統指派的受控服務識別。
public interface IWithManagedServiceIdentity<FluentT>
type IWithManagedServiceIdentity<'FluentT> = interface
Public Interface IWithManagedServiceIdentity(Of FluentT)
類型參數
- FluentT
資源類型。
- 衍生
方法
WithoutSystemAssignedManagedServiceIdentity() |
指定必須停用系統指派 (本機) 受控服務識別。 |
WithSystemAssignedManagedServiceIdentity() |
指定必須在 Web 應用程式中啟用系統指派的受控服務識別。 |
WithUserAssignedManagedServiceIdentity() |
指定必須在 Web 應用程式中啟用使用者指派的受控服務識別。 |