你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPTraffic Class
IP traffic information.
All required parameters must be populated in order to send to server.
Constructor
IPTraffic(*, source_ips: List[str], destination_ips: List[str], source_ports: List[str], destination_ports: List[str], protocols: List[str | _models.NetworkProtocol], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_ips
|
List of source IP addresses of the traffic.. Required. |
destination_ips
|
List of destination IP addresses of the traffic.. Required. |
source_ports
|
The source ports of the traffic. Required. |
destination_ports
|
The destination ports of the traffic. Required. |
protocols
|
Required. |
Variables
Name | Description |
---|---|
source_ips
|
List of source IP addresses of the traffic.. Required. |
destination_ips
|
List of destination IP addresses of the traffic.. Required. |
source_ports
|
The source ports of the traffic. Required. |
destination_ports
|
The destination ports of the traffic. Required. |
protocols
|
Required. |