AddAzureWebAppAccessRestrictionRuleCmdlet.HttpHeader Property

Definition

[Microsoft.Azure.Commands.WebApps.Validations.ValidateHttpHeader]
[System.Management.Automation.Parameter(HelpMessage="Http header restrictions. Example: -HttpHeader @{'x-azure-fdid' = '7acacb02-47ea-4cd4-b568-5e880e72582e'; 'x-forwarded-host' = 'www.contoso.com', 'app.contoso.com'}", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Hashtable HttpHeader { get; set; }
[<Microsoft.Azure.Commands.WebApps.Validations.ValidateHttpHeader>]
[<System.Management.Automation.Parameter(HelpMessage="Http header restrictions. Example: -HttpHeader @{'x-azure-fdid' = '7acacb02-47ea-4cd4-b568-5e880e72582e'; 'x-forwarded-host' = 'www.contoso.com', 'app.contoso.com'}", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.HttpHeader : System.Collections.Hashtable with get, set
Public Property HttpHeader As Hashtable

Property Value

Hashtable
Attributes

Applies to