Compartir a través de


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

Definición

Establece si la aplicación web solo acepta tráfico 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 si la aplicación web solo acepta tráfico HTTPS.

Devoluciones

Se aplica a