Interface WebAppBase.UpdateStages.WithSiteEnabled<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- Enclosing interface:
- WebAppBase.UpdateStages
public static interface WebAppBase.UpdateStages.WithSiteEnabled<FluentT>The stage of the web app update allowing disabling the web app upon creation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppBase.Update<FluentT>withAppDisabledOnCreation()Disables the web app upon creation.
-
-
-
Method Detail
-
withAppDisabledOnCreation
WebAppBase.Update<FluentT> withAppDisabledOnCreation()
Disables the web app upon creation.- Returns:
- the next stage of web app update
-
-