Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of a web app authentication definition as part of a definition of a web app.

IUpdateDefinition<ParentT>

The entirety of a web app authentication definition as part of a web app update.

IWithAttach<ParentT>

The final stage of the web app authentication definition. At this stage, any remaining optional settings can be specified, or the web app authentication definition can be attached to the parent web app update using WithAttach.attach().

IWithAuthenticationProvider<ParentT>

A web app authentication definition allowing detailed provider information to be specified.

IWithDefaultAuthenticationProvider<ParentT>

A web app authentication definition allowing the default authentication provider to be set.

IWithExternalRedirectUrls<ParentT>

A web app authentication definition allowing branch to be specified.

IWithTokenStore<ParentT>

A web app authentication definition allowing token store to be specified.