Interface WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
- Type Parameters:
FluentT
- the type of the resource
- Enclosing interface:
- WebAppBase.DefinitionStages
public static interface WebAppBase.DefinitionStages.WithSiteEnabled<FluentT>
A web app definition stage allowing disabling the web app upon creation.
-
Method Summary
Modifier and TypeMethodDescriptionDisables the web app upon creation.
-
Method Details
-
withAppDisabledOnCreation
WebAppBase.DefinitionStages.WithCreate<FluentT> withAppDisabledOnCreation()Disables the web app upon creation.- Returns:
- the next stage of the definition
-