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

Definição

Define se o aplicativo Web aceita apenas 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

True se o aplicativo Web aceitar apenas o tráfego HTTPS.

Retornos

Aplica-se a