Interface WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- All Known Subinterfaces:
DeploymentSlotBase.Update<FluentT>,FunctionApp.Update,WebApp.Update,WebApp.UpdateStages.WithStartUpCommand,WebAppBase.Update<FluentT>
- Enclosing interface:
- WebAppBase.UpdateStages
public static interface WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>The stage of the web app update allowing setting if client cert is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppBase.Update<FluentT>withClientCertEnabled(boolean enabled)Specifies if client cert is enabled.
-
-
-
Method Detail
-
withClientCertEnabled
WebAppBase.Update<FluentT> withClientCertEnabled(boolean enabled)
Specifies if client cert is enabled.- Parameters:
enabled- true if client cert is enabled- Returns:
- the next stage of web app update
-
-