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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>withAppDisabledOnCreation()Disables the web app upon creation.
-
-
-
Method Detail
-
withAppDisabledOnCreation
WebAppBase.DefinitionStages.WithCreate<FluentT> withAppDisabledOnCreation()
Disables the web app upon creation.- Returns:
- the next stage of the definition
-
-