Condividi tramite


IWithAttach<ParentT> Interfaccia

Definizione

Fase finale della definizione di autenticazione dell'app Web. In questa fase, è possibile specificare le impostazioni facoltative rimanenti oppure la definizione di autenticazione dell'app Web web può essere associata alla definizione dell'app Web padre usando WithAttach.attach().

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)

Parametri di tipo

ParentT

Tipo restituito di WithAttach.attach().

Derivato
Implementazioni

Metodi

Attach()

Fase finale della definizione di autenticazione dell'app Web. In questa fase, è possibile specificare le impostazioni facoltative rimanenti oppure la definizione di autenticazione dell'app Web web può essere associata alla definizione dell'app Web padre usando WithAttach.attach().

(Ereditato da IInDefinition<ParentT>)
WithActiveDirectory(String, String)

Specifica il provider come Active Directory e il relativo ID client e l'URL dell'autorità di certificazione.

(Ereditato da IWithAuthenticationProvider<ParentT>)
WithActiveDirectory(String, String, String)

Specifica il provider come Active Directory e il relativo ID client e l'URL dell'autorità di certificazione.

(Ereditato da IWithAuthenticationProvider<ParentT>)
WithAllowedExternalRedirectUrl(String)

Aggiunge un URL di reindirizzamento esterno.

(Ereditato da IWithExternalRedirectUrls<ParentT>)
WithFacebook(String, String)

Specifica il provider di essere Facebook e il relativo ID app e segreto dell'app.

(Ereditato da IWithAuthenticationProvider<ParentT>)
WithGoogle(String, String)

Specifica il provider di essere Google e il relativo ID client e il segreto client.

(Ereditato da IWithAuthenticationProvider<ParentT>)
WithMicrosoft(String, String)

Specifica il provider per essere Microsoft e il relativo ID client e segreto client.

(Ereditato da IWithAuthenticationProvider<ParentT>)
WithTokenStore(Boolean)

Specifica se l'archivio token deve essere abilitato.

(Ereditato da IWithTokenStore<ParentT>)
WithTwitter(String, String)

Specifica il provider per essere Twitter e la relativa chiave API e segreto API.

(Ereditato da IWithAuthenticationProvider<ParentT>)

Si applica a