你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPTraffic Class

Definition

IP traffic information.

public class IPTraffic
type IPTraffic = class
Public Class IPTraffic
Inheritance
IPTraffic

Constructors

IPTraffic()

Initializes a new instance of the IPTraffic class.

IPTraffic(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

Initializes a new instance of the IPTraffic class.

Properties

DestinationIps

Gets or sets list of destination IP addresses of the traffic..

DestinationPorts

Gets or sets the destination ports of the traffic.

Protocols

Gets or sets

SourceIps

Gets or sets list of source IP addresses of the traffic..

SourcePorts

Gets or sets the source ports of the traffic.

Methods

Validate()

Validate the object.

Applies to