VerificationIPFlowParameters 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
VerificationIPFlowParameters() |
Initializes a new instance of the VerificationIPFlowParameters class. |
VerificationIPFlowParameters(String, Direction, IpFlowProtocol, String, String, String, String, String) |
Initializes a new instance of the VerificationIPFlowParameters class. |
VerificationIPFlowParameters()
Initializes a new instance of the VerificationIPFlowParameters class.
public VerificationIPFlowParameters ();
Public Sub New ()
Applies to
VerificationIPFlowParameters(String, Direction, IpFlowProtocol, String, String, String, String, String)
Initializes a new instance of the VerificationIPFlowParameters class.
public VerificationIPFlowParameters (string targetResourceId, Microsoft.Azure.Management.Network.Fluent.Models.Direction direction, Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol protocol, string localPort, string remotePort, string localIPAddress, string remoteIPAddress, string targetNicResourceId = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowParameters : string * Microsoft.Azure.Management.Network.Fluent.Models.Direction * Microsoft.Azure.Management.Network.Fluent.Models.IpFlowProtocol * string * string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VerificationIPFlowParameters
Public Sub New (targetResourceId As String, direction As Direction, protocol As IpFlowProtocol, localPort As String, remotePort As String, localIPAddress As String, remoteIPAddress As String, Optional targetNicResourceId As String = Nothing)
Parameters
- targetResourceId
- String
The ID of the target resource to perform next-hop on.
- direction
- Direction
The direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'
- protocol
- IpFlowProtocol
Protocol to be verified on. Possible values include: 'TCP', 'UDP'
- localPort
- String
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.
- remotePort
- String
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.
- localIPAddress
- String
The local IP address. Acceptable values are valid IPv4 addresses.
- remoteIPAddress
- String
The remote IP address. Acceptable values are valid IPv4 addresses.
- targetNicResourceId
- String
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).
Applies to
Azure SDK for .NET