Condividi tramite


IWithAttach<ParentT> Interfaccia

Definizione

Fase finale della definizione di autenticazione dell'app Web. In questa fase è possibile specificare tutte le impostazioni facoltative rimanenti oppure è possibile allegare la definizione di autenticazione dell'app Web padre all'aggiornamento dell'app Web padre usando 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)

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 tutte le impostazioni facoltative rimanenti oppure è possibile allegare la definizione di autenticazione dell'app Web padre all'aggiornamento dell'app Web padre usando WithAttach.attach().

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

Specifica il provider che deve essere Active Directory e l'ID client e l'URL dell'autorità di certificazione.

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

Specifica il provider che deve essere Active Directory e l'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 come Facebook e il relativo ID app e il segreto dell'app.

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

Specifica il provider che deve essere Google e il relativo ID client e segreto client.

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

Specifica il provider che deve essere Microsoft e l'ID client e il 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 che deve essere Twitter e la relativa chiave API e segreto API.

(Ereditato da IWithAuthenticationProvider<ParentT>)

Si applica a