NetworkHttpConfiguration Class

Definition

HTTP configuration of the connectivity check.

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

Constructors

NetworkHttpConfiguration()

Initializes a new instance of NetworkHttpConfiguration.

Properties

Headers

List of HTTP headers.

Method

HTTP method.

ValidStatusCodes

Valid status codes.

Explicit Interface Implementations

IJsonModel<NetworkHttpConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkHttpConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkHttpConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkHttpConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkHttpConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to