HttpHeaderConfiguration Class

Definition

HTTP header and it's value.

public class HttpHeaderConfiguration
public class HttpHeaderConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.HttpHeaderConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.HttpHeaderConfiguration>
type HttpHeaderConfiguration = class
type HttpHeaderConfiguration = class
    interface IJsonModel<HttpHeaderConfiguration>
    interface IPersistableModel<HttpHeaderConfiguration>
Public Class HttpHeaderConfiguration
Public Class HttpHeaderConfiguration
Implements IJsonModel(Of HttpHeaderConfiguration), IPersistableModel(Of HttpHeaderConfiguration)
Inheritance
HttpHeaderConfiguration
Implements

Constructors

HttpHeaderConfiguration(String, String)

Initializes a new instance of HttpHeaderConfiguration.

Properties

Name

Header name.

Value

Header value.

Explicit Interface Implementations

IJsonModel<HttpHeaderConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HttpHeaderConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HttpHeaderConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HttpHeaderConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HttpHeaderConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to