IResponse.Header Property

Definition

A list of all the headers attached to the response.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A list of all the headers attached to the response.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="headers", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny Header { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A list of all the headers attached to the response.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="headers", Update=true)>]
member this.Header : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAny with get, set
Public Property Header As IAny

Property Value

Attributes

Applies to