你当前正在访问 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[typing.Union[str, ForwardRef('_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.