Compartilhar via


NetworkConfigurationDiagnosticProfile Class

Parameters to compare with network configuration.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
NetworkConfigurationDiagnosticProfile

Constructor

NetworkConfigurationDiagnosticProfile(*, direction: str | _models.Direction, protocol: str, source: str, destination: str, destination_port: str, **kwargs: Any)

Keyword-Only Parameters

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.

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.