java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.SubResource
com.microsoft.azure.management.datalake.analytics.models.FirewallRule

public class FirewallRule extends SubResource
Data Lake Analytics firewall rule information.
  • Constructor Details

    • FirewallRule

      public FirewallRule()
  • Method Details

    • startIpAddress

      public String startIpAddress()
      Get the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Returns:
      the startIpAddress value
    • endIpAddress

      public String endIpAddress()
      Get the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Returns:
      the endIpAddress value
    • name

      public String name()
      Get the resource name.
      Overrides:
      name in class SubResource
      Returns:
      the name value
    • type

      public String type()
      Get the resource type.
      Overrides:
      type in class SubResource
      Returns:
      the type value