Interface VerificationIPFlow

All Superinterfaces:
Executable<VerificationIPFlow>, HasParent<NetworkWatcher>, Indexable

@Beta(V1_2_0) public interface VerificationIPFlow extends Executable<VerificationIPFlow>, HasParent<NetworkWatcher>
A client-side representation allowing to verify IP packet flow from specific VM based on direction, protocol, local IP, remote IP, local port and remote port.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of verification ip flow parameters definition.
    static interface 
    Grouping of verification ip flow parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the access value.
    Get the ruleName value.

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable

    execute, executeAsync, executeAsync

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent

    parent

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • Method Details

    • access

      Access access()
      Get the access value. Indicates whether the traffic is allowed or denied.
      Returns:
      the access value
    • ruleName

      String ruleName()
      Get the ruleName value. If input is not matched against any security rule, it is not displayed.
      Returns:
      the ruleName value