次の方法で共有


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 のプロバイダーと、そのクライアント ID と発行者の URL を指定します。

(継承元 IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, 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>)

適用対象