IWithSiteEnabled<FluentT> Interface

Definition

A web app definition stage allowing disabling the web app upon creation.

public interface IWithSiteEnabled<FluentT>
type IWithSiteEnabled<'FluentT> = interface
Public Interface IWithSiteEnabled(Of FluentT)

Type Parameters

FluentT

The type of the resource.

Methods

WithAppDisabledOnCreation()

Disables the web app upon creation.

Applies to