IWithSiteConfigs<FluentT>.WithHttpsOnly(Boolean) Method

Definition

Sets whether the web app only accepts HTTPS traffic.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithHttpsOnly (bool httpsOnly);
abstract member WithHttpsOnly : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithHttpsOnly (httpsOnly As Boolean) As IWithCreate(Of FluentT)

Parameters

httpsOnly
Boolean

True if the web app only accepts HTTPS traffic.

Returns

Applies to