Share via


HttpSettings.RequireHttps Property

Definition

false if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, true.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public bool? RequireHttps { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.RequireHttps : Nullable<bool> with get, set
Public Property RequireHttps As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to