次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

Web アプリ認証定義の最終段階。 この段階では、残りのオプション設定を指定することも、WithAttach.attach() を使用して Web アプリ認証定義を親 Web アプリの更新プログラムにアタッチすることもできます。

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()

Web アプリ認証定義の最終段階。 この段階では、残りのオプション設定を指定することも、WithAttach.attach() を使用して Web アプリ認証定義を親 Web アプリの更新プログラムにアタッチすることもできます。

(継承元 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>)

適用対象