VerificationIPFlowContent Constructor
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.
Initializes a new instance of VerificationIPFlowContent.
public VerificationIPFlowContent (Azure.Core.ResourceIdentifier targetResourceId, Azure.ResourceManager.Network.Models.NetworkTrafficDirection direction, Azure.ResourceManager.Network.Models.IPFlowProtocol protocol, string localPort, string remotePort, string localIPAddress, string remoteIPAddress);
new Azure.ResourceManager.Network.Models.VerificationIPFlowContent : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Network.Models.NetworkTrafficDirection * Azure.ResourceManager.Network.Models.IPFlowProtocol * string * string * string * string -> Azure.ResourceManager.Network.Models.VerificationIPFlowContent
Public Sub New (targetResourceId As ResourceIdentifier, direction As NetworkTrafficDirection, protocol As IPFlowProtocol, localPort As String, remotePort As String, localIPAddress As String, remoteIPAddress As String)
Parameters
- targetResourceId
- ResourceIdentifier
The ID of the target resource to perform next-hop on.
- direction
- NetworkTrafficDirection
The direction of the packet represented as a 5-tuple.
- protocol
- IPFlowProtocol
Protocol to be verified on.
- 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.
Exceptions
targetResourceId
, localPort
, remotePort
, localIPAddress
or remoteIPAddress
is null.