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.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)

Parâmetros

httpsOnly
Boolean

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

Devoluções

Aplica-se a