NetworkConfigurationDiagnosticProfile Constructors
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.
Overloads
NetworkConfigurationDiagnosticProfile() |
Initializes a new instance of the NetworkConfigurationDiagnosticProfile class. |
NetworkConfigurationDiagnosticProfile(String, String, String, String, String) |
Initializes a new instance of the NetworkConfigurationDiagnosticProfile class. |
NetworkConfigurationDiagnosticProfile()
Initializes a new instance of the NetworkConfigurationDiagnosticProfile class.
public NetworkConfigurationDiagnosticProfile ();
Public Sub New ()
Applies to
NetworkConfigurationDiagnosticProfile(String, String, String, String, String)
Initializes a new instance of the NetworkConfigurationDiagnosticProfile class.
public NetworkConfigurationDiagnosticProfile (string direction, string protocol, string source, string destination, string destinationPort);
new Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile : string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkConfigurationDiagnosticProfile
Public Sub New (direction As String, protocol As String, source As String, destination As String, destinationPort As String)
Parameters
- direction
- String
The direction of the traffic. Possible values include: 'Inbound', 'Outbound'
- protocol
- String
Protocol to be verified on. Accepted values are '*', TCP, UDP.
- source
- String
Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag.
- destination
- String
Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag.
- destinationPort
- String
Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535).
Applies to
Azure SDK for .NET