NetworkConfigurationDiagnosticProfile Class

Definition

Parameters to compare with network configuration.

public class NetworkConfigurationDiagnosticProfile
type NetworkConfigurationDiagnosticProfile = class
Public Class NetworkConfigurationDiagnosticProfile
Inheritance
NetworkConfigurationDiagnosticProfile

Constructors

NetworkConfigurationDiagnosticProfile()

Initializes a new instance of the NetworkConfigurationDiagnosticProfile class.

NetworkConfigurationDiagnosticProfile(Direction, String, String, String, String)

Initializes a new instance of the NetworkConfigurationDiagnosticProfile class.

Properties

Destination

Gets or sets traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag.

DestinationPort

Gets or sets traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535).

Direction

Gets or sets the direction of the traffic. Possible values include: 'Inbound', 'Outbound'

Protocol

Gets or sets protocol to be verified on. Accepted values are '*', TCP, UDP.

Source

Gets or sets traffic source. Accepted values are '*', IP Address/CIDR, Service Tag.

Methods

Validate()

Validate the object.

Applies to