HeaderField Class

Definition

A header to add to the WebTest.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.HeaderFieldTypeConverter))]
public class HeaderField : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IHeaderField
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.HeaderFieldTypeConverter))>]
type HeaderField = class
    interface IHeaderField
    interface IJsonSerializable
Public Class HeaderField
Implements IHeaderField
Inheritance
HeaderField
Attributes
Implements

Constructors

HeaderField()

Creates an new HeaderField instance.

Properties

Name

The name of the header.

Value

The value of the header.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HeaderField.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HeaderField.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20220615.IHeaderField.

FromJsonString(String)

Creates a new instance of HeaderField, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HeaderField into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to