Sdílet prostřednictvím


NetworkVerifierIPTraffic Class

Definition

IP traffic information.

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

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

Initializes a new instance of NetworkVerifierIPTraffic.

Properties

DestinationIPs

List of destination IP addresses of the traffic..

DestinationPorts

The destination ports of the traffic.

Protocols

Gets the protocols.

SourceIPs

List of source IP addresses of the traffic..

SourcePorts

The source ports of the traffic.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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