Partager via


ICorsRule.ExposedHeader Property

Definition

Required if CorsRule element is present. A list of response headers to expose to CORS clients.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of response headers to expose to CORS clients.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="exposedHeaders", Update=true)]
public System.Collections.Generic.List<string> ExposedHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Required if CorsRule element is present. A list of response headers to expose to CORS clients.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="exposedHeaders", Update=true)>]
member this.ExposedHeader : System.Collections.Generic.List<string> with get, set
Public Property ExposedHeader As List(Of String)

Property Value

Attributes

Applies to