Interface WebAppBase.DefinitionStages
-
- Enclosing interface:
- WebAppBase
public static interface WebAppBase.DefinitionStagesGrouping of all the site definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppBase.DefinitionStages.WithAppSettings<FluentT>A web app definition stage allowing app settings to be set.static interfaceWebAppBase.DefinitionStages.WithAuthentication<FluentT>A web app definition stage allowing authentication to be set.static interfaceWebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>A web app definition stage allowing setting if client affinity is enabled.static interfaceWebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>A web app definition stage allowing setting if client cert is enabled.static interfaceWebAppBase.DefinitionStages.WithConnectionString<FluentT>A web app definition stage allowing connection strings to be set.static interfaceWebAppBase.DefinitionStages.WithCreate<FluentT>A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.static interfaceWebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT>A web app definition stage allowing diagnostic logging to be set.static interfaceWebAppBase.DefinitionStages.WithHostNameBinding<FluentT>A web app definition stage allowing host name binding to be specified.static interfaceWebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>A web app definition stage allowing SSL binding to be set.static interfaceWebAppBase.DefinitionStages.WithManagedServiceIdentity<FluentT>A web app definition stage allowing System Assigned Managed Service Identity to be set.static interfaceWebAppBase.DefinitionStages.WithNetworkAccess<FluentT>The stage of web app definition allowing to configure network access settings.static interfaceWebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>A web app definition stage allowing setting if SCM site is also stopped when the web app is stopped.static interfaceWebAppBase.DefinitionStages.WithSiteConfigs<FluentT>A web app definition stage allowing other configurations to be set.static interfaceWebAppBase.DefinitionStages.WithSiteEnabled<FluentT>A web app definition stage allowing disabling the web app upon creation.static interfaceWebAppBase.DefinitionStages.WithSourceControl<FluentT>A web app definition stage allowing source control to be set.static interfaceWebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>The stage of the System Assigned (Local) Managed Service Identity enabled web app allowing to set access role for the identity.static interfaceWebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>The stage of the web app definition allowing to add User Assigned (External) Managed Service Identities.static interfaceWebAppBase.DefinitionStages.WithWebContainer<FluentT>A web app definition stage allowing Java web container to be set.
-