NetworkVerifierIPTraffic Class

Definition

Compatibility declaration for the NetworkVerifierIPTraffic type.

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

Constructors

Name Description
NetworkVerifierIPTraffic(IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<NetworkProtocol>)

Initializes a new instance of NetworkVerifierIPTraffic.

Properties

Name Description
DestinationIps

List of destination IP addresses of the traffic..

DestinationIPs

Compatibility member.

DestinationPorts

The destination ports of the traffic.

Protocols

Gets the Protocols.

SourceIps

List of source IP addresses of the traffic..

SourceIPs

Compatibility member.

SourcePorts

The source ports of the traffic.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkVerifierIPTraffic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkVerifierIPTraffic>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkVerifierIPTraffic>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkVerifierIPTraffic>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to