共用方式為


IWithAttach<ParentT> 介面

定義

Web 應用程式驗證定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式驗證定義附加至父 Web 應用程式定義。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithAuthenticationProvider<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithExternalRedirectUrls<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.Definition.IWithTokenStore<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithAuthenticationProvider<'ParentT>
    interface IWithTokenStore<'ParentT>
    interface IWithExternalRedirectUrls<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAuthenticationProvider(Of ParentT), IWithExternalRedirectUrls(Of ParentT), IWithTokenStore(Of ParentT)

類型參數

ParentT

WithAttach.attach () 的傳回型別。

衍生
實作

方法

Attach()

Web 應用程式驗證定義的最後一個階段。 在這個階段中,您可以指定任何剩餘的選擇性設定,或使用 WithAttach.attach () 將 Web 應用程式驗證定義附加至父 Web 應用程式定義。

(繼承來源 IInDefinition<ParentT>)
WithActiveDirectory(String, String)

指定要成為 Active Directory 的提供者及其用戶端識別碼和簽發者 URL。

(繼承來源 IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

指定要成為 Active Directory 的提供者及其用戶端識別碼和簽發者 URL。

(繼承來源 IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

新增外部重新導向 URL。

(繼承來源 IWithExternalRedirectUrls<ParentT>)
WithFacebook(String, String)

指定要成為 Facebook 的提供者及其應用程式識別碼和應用程式密碼。

(繼承來源 IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

指定要成為 Google 的提供者及其用戶端識別碼和用戶端密碼。

(繼承來源 IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

指定要成為 Microsoft 的提供者及其用戶端識別碼和用戶端密碼。

(繼承來源 IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

指定是否應該啟用權杖存放區。

(繼承來源 IWithTokenStore<ParentT>)
WithTwitter(String, String)

指定要成為 Twitter 的提供者及其 API 金鑰和 API 秘密。

(繼承來源 IWithAuthenticationProvider<ParentT>)

適用於