IBlank<ParentT> 인터페이스

정의

웹앱 정의의 일부로 웹앱 인증 정의의 첫 번째 단계입니다.

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.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>)

적용 대상