NetworkConfigurationDiagnosticProfile Class

Parameters to compare with network configuration.

Constructor

NetworkConfigurationDiagnosticProfile(*args: Any, **kwargs: Any)

Variables

Name Description
direction

The direction of the traffic. Required. Known values are: "Inbound" and "Outbound".

protocol
str

Protocol to be verified on. Accepted values are '*', TCP, UDP. Required.

source
str

Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag. Required.

destination
str

Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. Required.

destination_port
str

Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535). Required.

Attributes

destination

'*', IP Address/CIDR, Service Tag. Required.

destination: str

destination_port

Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535). Required.

destination_port: str

direction

"Inbound" and "Outbound".

direction: str | _models.Direction

protocol

Protocol to be verified on. Accepted values are '*', TCP, UDP. Required.

protocol: str

source

Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag. Required.

source: str