Share via


TrafficManagerEndpointCustomHeaderInfo Class

Definition

Custom header name and value.

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

Constructors

TrafficManagerEndpointCustomHeaderInfo()

Initializes a new instance of TrafficManagerEndpointCustomHeaderInfo.

Properties

Name

Header name.

Value

Header value.

Explicit Interface Implementations

IJsonModel<TrafficManagerEndpointCustomHeaderInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrafficManagerEndpointCustomHeaderInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrafficManagerEndpointCustomHeaderInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerEndpointCustomHeaderInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficManagerEndpointCustomHeaderInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to