Condividi tramite


IWithSiteConfigs<FluentT>.WithHttpsOnly(Boolean) Metodo

Definizione

Imposta un valore che indica se l'app Web accetta solo il traffico 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)

Parametri

httpsOnly
Boolean

True se l'app Web accetta solo il traffico HTTPS.

Restituisce

Si applica a