withHttpsUpgrade
Method
interface AzureAppServiceEnvironmentResource { // ... omitted for brevity withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResource;}Signature
method
withHttpsUpgrade builder Configures whether HTTP endpoints should be automatically upgraded to HTTPS for the Azure App Service environment. By default, HTTP endpoints are upgraded to HTTPS for security and WebSocket compatibility.
withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResourceParameters
upgrade boolean optional = True Returns
AzureAppServiceEnvironmentResource Applies to
This method applies to the following types: