NewAzFunctionApp_CreateViaIdentityExpanded.HttpsOnly Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="HttpsOnly: configures a web site to accept only https requests. Issues redirect forhttp requests", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="httpsOnly")]
[System.Management.Automation.Parameter(HelpMessage="HttpsOnly: configures a web site to accept only https requests. Issues redirect forhttp requests", Mandatory=false)]
public System.Management.Automation.SwitchParameter HttpsOnly { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="HttpsOnly: configures a web site to accept only https requests. Issues redirect forhttp requests", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="httpsOnly")>]
[<System.Management.Automation.Parameter(HelpMessage="HttpsOnly: configures a web site to accept only https requests. Issues redirect forhttp requests", Mandatory=false)>]
member this.HttpsOnly : System.Management.Automation.SwitchParameter with get, set
Public Property HttpsOnly As SwitchParameter

Property Value

SwitchParameter
Attributes

Applies to