次の方法で共有


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

定義

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

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

パラメーター

httpsOnly
Boolean

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

戻り値

適用対象