Sdílet prostřednictvím


WebTestRequestHeaderField Class

Definition

A header to add to the WebTest.

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

Constructors

WebTestRequestHeaderField()

Initializes a new instance of WebTestRequestHeaderField.

Properties

HeaderFieldName

The name of the header.

HeaderFieldValue

The value of the header.

Explicit Interface Implementations

IJsonModel<WebTestRequestHeaderField>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebTestRequestHeaderField>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebTestRequestHeaderField>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebTestRequestHeaderField>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebTestRequestHeaderField>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to