Interface WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>
- Type Parameters:
FluentT
- the type of the resource
- All Known Subinterfaces:
DeploymentSlot.Definition
,DeploymentSlot.DefinitionStages.WithCreate
,FunctionApp.Definition
,FunctionApp.DefinitionStages.WithCreate
,FunctionDeploymentSlot.Definition
,FunctionDeploymentSlot.DefinitionStages.WithCreate
,WebApp.Definition
,WebApp.DefinitionStages.WithCreate
,WebApp.DefinitionStages.WithStartUpCommand
,WebApp.DefinitionStages.WithWindowsRuntimeStack
,WebAppBase.Definition<FluentT>
,WebAppBase.DefinitionStages.WithCreate<FluentT>
,WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>
,WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
- Enclosing interface:
- WebAppBase.DefinitionStages
public static interface WebAppBase.DefinitionStages.WithHostNameSslBinding<FluentT>
A web app definition stage allowing SSL binding to be set.
-
Method Summary
Modifier and TypeMethodDescriptionStarts a definition of an SSL binding.
-
Method Details
-
defineSslBinding
HostNameSslBinding.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> defineSslBinding()Starts a definition of an SSL binding.- Returns:
- the first stage of an SSL binding definition
-