IWithSiteConfigs<FluentT>.WithHttpsOnly(Boolean) メソッド

定義

Web アプリが HTTPS トラフィックのみを受け入れるかどうかを設定します。

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)

パラメーター

httpsOnly
Boolean

Web アプリが HTTPS トラフィックのみを受け入れる場合は True。

戻り値

適用対象