Freigeben über


IRequestHistory.ResponseHeader Property

Definition

A list of all the headers attached to the response.

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

Property Value

Attributes

Applies to