Interface WebAppBase.UpdateStages.WithHostNameSslBinding<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.WithHostNameSslBinding<FluentT>
The stage of the web app update allowing SSL binding to be set.
-
Method Summary
Modifier and TypeMethodDescriptionStarts a definition of an SSL binding.withoutSslBinding
(String hostname) Removes an SSL binding for a specific hostname.
-
Method Details
-
defineSslBinding
HostNameSslBinding.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> defineSslBinding()Starts a definition of an SSL binding.- Returns:
- the first stage of an SSL binding definition
-
withoutSslBinding
Removes an SSL binding for a specific hostname.- Parameters:
hostname
- the hostname to remove SSL certificate from- Returns:
- the next stage of web app update
-