Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update Namespace

Interfaces

IUpdate<FluentT>

The template for a site update operation, containing all the settings that can be modified.

IWithAppSettings<FluentT>

A web app update stage allowing app settings to be set.

IWithAuthentication<FluentT>

A web app definition stage allowing authentication to be set.

IWithClientAffinityEnabled<FluentT>

The stage of the web app update allowing setting if client affinity is enabled.

IWithClientCertEnabled<FluentT>

The stage of the web app update allowing setting if client cert is enabled.

IWithConnectionString<FluentT>

A web app update stage allowing connection strings to be set.

IWithDiagnosticLogging<FluentT>

A web app definition stage allowing diagnostic logging to be set.

IWithHostNameBinding<FluentT>

The stage of the web app update allowing host name binding to be set.

IWithHostNameSslBinding<FluentT>

The stage of the web app update allowing SSL binding to be set.

IWithManagedServiceIdentity<FluentT>

A web app definition stage allowing System Assigned Managed Service Identity to be set.

IWithScmSiteAlsoStopped<FluentT>

The stage of the web app update allowing setting if SCM site is also stopped when the web app is stopped.

IWithSiteConfigs<FluentT>

The stage of the web app update allowing other configurations to be set. These configurations can be cloned when creating or swapping with a deployment slot.

IWithSiteEnabled<FluentT>

The stage of the web app update allowing disabling the web app upon creation.

IWithSourceControl<FluentT>

A web app update stage allowing source control to be set.

IWithSystemAssignedIdentityBasedAccess<FluentT>

The stage of the System Assigned (Local) Managed Service Identity enabled web app allowing to set access role for the identity.

IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>

The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.

IWithWebContainer<FluentT>

The stage of the web app update allowing Java web container to be set. This is required after specifying Java version.