次の方法で共有


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>)

適用対象