Freigeben über


ICorsRule.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.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="allowedHeaders", Update=true)]
public System.Collections.Generic.List<string> AllowedHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="allowedHeaders", Update=true)>]
member this.AllowedHeader : System.Collections.Generic.List<string> with get, set
Public Property AllowedHeader As List(Of String)

Property Value

Attributes

Applies to