Interface WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>
- Type Parameters:
FluentT
- the type of the resource
- All Known Subinterfaces:
DeploymentSlot.Update
,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
Modifier and TypeMethodDescriptionwithClientCertEnabled
(boolean enabled) Specifies if client cert is enabled.
-
Method Details
-
withClientCertEnabled
Specifies if client cert is enabled.- Parameters:
enabled
- true if client cert is enabled- Returns:
- the next stage of web app update
-