WebAppBase.DefinitionStages.WithCreate<FluentT> Interface

Type Parameters

FluentT

the type of the resource

Implements

public static interface WebAppBase.DefinitionStages.WithCreate
extends Creatable<FluentT>, DefinitionWithTags<WithCreate<FluentT>>, WithClientAffinityEnabled<FluentT>, WithClientCertEnabled<FluentT>, WithScmSiteAlsoStopped<FluentT>, WithSiteConfigs<FluentT>, WithAppSettings<FluentT>, WithConnectionString<FluentT>, WithSourceControl<FluentT>, WithHostNameBinding<FluentT>, WithHostNameSslBinding<FluentT>, WithAuthentication<FluentT>, WithDiagnosticLogging<FluentT>, WithManagedServiceIdentity<FluentT>, WithNetworkAccess<FluentT>, WithContainerSize<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.

Applies to