Interface WebAppBase.UpdateStages.WithHostNameSslBinding<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.WithHostNameSslBinding<FluentT>The stage of the web app update allowing SSL binding to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostnameSslBinding.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>>defineSslBinding()Starts a definition of an SSL binding.WebAppBase.Update<FluentT>withoutSslBinding(String hostname)Removes an SSL binding for a specific hostname.
-
-
-
Method Detail
-
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
WebAppBase.Update<FluentT> withoutSslBinding(String hostname)
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
-
-