Interface WebAppBase.DefinitionStages.WithClientCertEnabled<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.WithWindowsAppFramework, WebAppBase.Definition<FluentT>, WebAppBase.DefinitionStages.WithCreate<FluentT>, WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>, WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
Enclosing interface:
WebAppBase.DefinitionStages

public static interface WebAppBase.DefinitionStages.WithClientCertEnabled<FluentT>
A web app definition stage allowing setting if client cert is enabled.
  • Method Details

    • withClientCertEnabled

      WebAppBase.DefinitionStages.WithCreate<FluentT> withClientCertEnabled(boolean enabled)
      Specifies if client cert is enabled.
      Parameters:
      enabled - true if client cert is enabled
      Returns:
      the next stage of the definition