public static interface WebAppBase.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
WebAppBase.DefinitionStages.WithAppSettings<FluentT>
A web app definition stage allowing app settings to be set.
|
static interface |
WebAppBase.DefinitionStages.WithAuthentication<FluentT>
A web app definition stage allowing authentication to be set.
|
static interface |
WebAppBase.DefinitionStages.WithClientAffinityEnabled<FluentT>
A web app definition stage allowing setting if client affinity is enabled.
|
static interface |
WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>
A web app definition stage allowing setting if client cert is enabled.
|
static interface |
WebAppBase.DefinitionStages.WithConnectionString<FluentT>
A web app definition stage allowing connection strings to be set.
|
static interface |
WebAppBase.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 interface |
WebAppBase.DefinitionStages.WithDiagnosticLogging<FluentT>
A web app definition stage allowing diagnostic logging to be set.
|
static interface |
WebAppBase.DefinitionStages.WithHostNameBinding<FluentT>
A web app definition stage allowing host name binding to be specified.
|
static interface |
WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>
A web app definition stage allowing SSL binding to be set.
|
static interface |
WebAppBase.DefinitionStages.WithManagedServiceIdentity<FluentT>
A web app definition stage allowing System Assigned Managed Service Identity to be set.
|
static interface |
WebAppBase.DefinitionStages.WithScmSiteAlsoStopped<FluentT>
A web app definition stage allowing setting if SCM site is also stopped when the web app is stopped.
|
static interface |
WebAppBase.DefinitionStages.WithSiteConfigs<FluentT>
A web app definition stage allowing other configurations to be set.
|
static interface |
WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
A web app definition stage allowing disabling the web app upon creation.
|
static interface |
WebAppBase.DefinitionStages.WithSourceControl<FluentT>
A web app definition stage allowing source control to be set.
|
static interface |
WebAppBase.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 interface |
WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.
|
static interface |
WebAppBase.DefinitionStages.WithWebContainer<FluentT>
A web app definition stage allowing Java web container to be set.
|
Copyright © 2019. All rights reserved.