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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python