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