NetworkFabricHeaderAddress Class

Definition

Header name and source addresses associated with the header.

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

Constructors

Name Description
NetworkFabricHeaderAddress()

Initializes a new instance of NetworkFabricHeaderAddress.

Properties

Name Description
AddressList

List of source remote IP to be allowed or denied.

HeaderName

Name of the header.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkFabricHeaderAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricHeaderAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricHeaderAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricHeaderAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricHeaderAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to