IWithAttach<ParentT> 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹앱 인증 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 인증 정의를 부모 웹앱 업데이트에 연결할 수 있습니다.
public interface IWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAuthenticationProvider<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 IWithAttach<'ParentT> = interface
interface IInUpdate<'ParentT>
interface IWithAuthenticationProvider<'ParentT>
interface IWithTokenStore<'ParentT>
interface IWithExternalRedirectUrls<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)
형식 매개 변수
- ParentT
WithAttach.attach()의 반환 형식입니다.
- 파생
- 구현
메서드
Attach() |
웹앱 인증 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 인증 정의를 부모 웹앱 업데이트에 연결할 수 있습니다. (다음에서 상속됨 IInUpdate<ParentT>) |
WithActiveDirectory(String, String, String) |
공급자를 Active Directory로 지정하고 해당 클라이언트 ID 및 발급자 URL을 지정합니다. (다음에서 상속됨 IWithAuthenticationProvider<ParentT>) |
WithActiveDirectory(String, String) |
공급자를 Active Directory로 지정하고 해당 클라이언트 ID 및 발급자 URL을 지정합니다. (다음에서 상속됨 IWithAuthenticationProvider<ParentT>) |
WithAllowedExternalRedirectUrl(String) |
외부 리디렉션 URL을 추가합니다. (다음에서 상속됨 IWithExternalRedirectUrls<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>) |
적용 대상
Azure SDK for .NET