IHttpSettings.RequireHttps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
false
if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise,
true
.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="requireHttps")]
public bool? RequireHttps { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="requireHttps")>]
member this.RequireHttps : Nullable<bool> with get, set
Public Property RequireHttps As Nullable(Of Boolean)
Property Value
- Attributes