CorsRule.AllowedHeader Property

Definition

Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public string[] AllowedHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.AllowedHeader : string[] with get, set
Public Property AllowedHeader As String()

Property Value

String[]

Implements

Attributes

Applies to