Share via


HttpHeader Class

Definition

The HTTP header.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.HttpHeaderTypeConverter))]
public class HttpHeader : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IHttpHeader
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.HttpHeaderTypeConverter))>]
type HttpHeader = class
    interface IHttpHeader
    interface IJsonSerializable
Public Class HttpHeader
Implements IHttpHeader
Inheritance
HttpHeader
Attributes
Implements

Constructors

HttpHeader()

Creates an new HttpHeader instance.

Properties

Name

The header name.

Value

The header value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HttpHeader.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HttpHeader.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IHttpHeader.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HttpHeader into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to