Partilhar via


IWithSiteConfigs<FluentT>.WithHttpsOnly(Boolean) Método

Definição

Define se a aplicação Web só aceita tráfego 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)

Parâmetros

httpsOnly
Boolean

Verdadeiro se a aplicação Web apenas aceitar tráfego HTTPS.

Devoluções

Aplica-se a