Microsoft.Azure.Management.Network.Fluent.VerificationIPFlow.Definition Namespace
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.
Interfaces
IDefinition |
The entirety of verification ip flow parameters definition. |
IWithDirection |
The direction of the packet represented as a 5-tuple. Possible values include: 'Inbound', 'Outbound'. |
IWithExecute |
The stage of the definition which contains all the minimum required parameters to execute an action, but also allows for any other optional settings to be specified. |
IWithLocalIP |
The local IP address. Acceptable values are valid IPv4 addresses. |
IWithLocalPort |
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. |
IWithNetworkInterface |
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). |
IWithProtocol |
Protocol to be verified on. Possible values include: 'TCP', 'UDP'. |
IWithRemoteIP |
The remote IP address. Acceptable values are valid IPv4 addresses. |
IWithRemotePort |
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. |
IWithTargetResource |
The ID of the target resource to perform next-hop on. |