Share via


IWebTest.RequestHeader Property

Definition

List of headers and their values to add to the WebTest call.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="List of headers and their values to add to the WebTest call.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField) }, Read=true, ReadOnly=false, Required=false, SerializedName="Headers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField> RequestHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="List of headers and their values to add to the WebTest call.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField) }, Read=true, ReadOnly=false, Required=false, SerializedName="Headers", Update=true)>]
member this.RequestHeader : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IHeaderField> with get, set
Public Property RequestHeader As List(Of IHeaderField)

Property Value

Attributes

Applies to