共用方式為


IBlank<ParentT> 介面

定義

Web 應用程式驗證定義的第一個階段,作為 Web 應用程式定義的一部分。

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithDefaultAuthenticationProvider<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDefaultAuthenticationProvider<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDefaultAuthenticationProvider(Of ParentT)

類型參數

ParentT

最終 Attachable.attach () 的傳回型別。

衍生
實作

方法

WithAnonymousAuthentication()

預設不需要登入。

(繼承來源 IWithDefaultAuthenticationProvider<ParentT>)
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

指定預設驗證提供者。

(繼承來源 IWithDefaultAuthenticationProvider<ParentT>)

適用於