IUpdateDefinition<ParentT> 인터페이스

정의

웹앱 업데이트의 일부로 웹앱 인증 정의의 전체입니다.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithDefaultAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithExternalRedirectUrls<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithTokenStore<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDefaultAuthenticationProvider<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithAuthenticationProvider<'ParentT>
    interface IWithTokenStore<'ParentT>
    interface IWithExternalRedirectUrls<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithDefaultAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)

형식 매개 변수

ParentT

최종 UpdateDefinitionStages.WithAttach.attach()의 반환 형식입니다.

구현

메서드

Attach()

웹앱 업데이트의 일부로 웹앱 인증 정의의 전체입니다.

(다음에서 상속됨 IInUpdate<ParentT>)
WithActiveDirectory(String, String)

공급자를 Active Directory로 지정하고 해당 클라이언트 ID 및 발급자 URL을 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

공급자를 Active Directory로 지정하고 해당 클라이언트 ID 및 발급자 URL을 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

외부 리디렉션 URL을 추가합니다.

(다음에서 상속됨 IWithExternalRedirectUrls<ParentT>)
WithAnonymousAuthentication()

기본적으로 로그인이 필요하지 않습니다.

(다음에서 상속됨 IWithDefaultAuthenticationProvider<ParentT>)
WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

기본 인증 공급자를 지정합니다.

(다음에서 상속됨 IWithDefaultAuthenticationProvider<ParentT>)
WithFacebook(String, String)

Facebook 및 해당 앱 ID 및 앱 비밀로 공급자를 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

공급자를 Google 및 해당 클라이언트 ID 및 클라이언트 암호로 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

공급자를 Microsoft 및 해당 클라이언트 ID 및 클라이언트 암호로 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

토큰 저장소를 사용하도록 설정해야 하는지를 지정합니다.

(다음에서 상속됨 IWithTokenStore<ParentT>)
WithTwitter(String, String)

Twitter 및 해당 API 키 및 API 비밀로 공급자를 지정합니다.

(다음에서 상속됨 IWithAuthenticationProvider<ParentT>)

적용 대상