NetworkConfigurationDiagnosticProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(String, 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
Azure SDK for .NET