VerificationIPFlowParameters 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 that define the IP flow to be verified.
public class VerificationIPFlowParameters
type VerificationIPFlowParameters = class
Public Class VerificationIPFlowParameters
- Inheritance
-
VerificationIPFlowParameters
Constructors
VerificationIPFlowParameters() |
Initializes a new instance of the VerificationIPFlowParameters class. |
VerificationIPFlowParameters(String, String, String, String, String, String, String, String) |
Initializes a new instance of the VerificationIPFlowParameters class. |
Properties
Direction |
Gets or sets the direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound' |
LocalIPAddress |
Gets or sets the local IP address. Acceptable values are valid IPv4 addresses. |
LocalPort |
Gets or sets the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. |
Protocol |
Gets or sets protocol to be verified on. Possible values include: 'TCP', 'UDP' |
RemoteIPAddress |
Gets or sets the remote IP address. Acceptable values are valid IPv4 addresses. |
RemotePort |
Gets or sets the remote port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction. |
TargetNicResourceId |
Gets or sets the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of them, then this parameter must be specified. Otherwise optional). |
TargetResourceId |
Gets or sets the ID of the target resource to perform next-hop on. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET