Class UpdateFirewallRuleWithAccountParameters

java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateFirewallRuleWithAccountParameters

public class UpdateFirewallRuleWithAccountParameters extends Object
The parameters used to update a firewall rule while updating a Data Lake Store account.
  • Constructor Details

    • UpdateFirewallRuleWithAccountParameters

      public UpdateFirewallRuleWithAccountParameters()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the UpdateFirewallRuleWithAccountParameters object itself.
    • startIpAddress

      public String startIpAddress()
      Get the startIpAddress value.
      Returns:
      the startIpAddress value
    • withStartIpAddress

      public UpdateFirewallRuleWithAccountParameters withStartIpAddress(String startIpAddress)
      Set the startIpAddress value.
      Parameters:
      startIpAddress - the startIpAddress value to set
      Returns:
      the UpdateFirewallRuleWithAccountParameters object itself.
    • endIpAddress

      public String endIpAddress()
      Get the endIpAddress value.
      Returns:
      the endIpAddress value
    • withEndIpAddress

      public UpdateFirewallRuleWithAccountParameters withEndIpAddress(String endIpAddress)
      Set the endIpAddress value.
      Parameters:
      endIpAddress - the endIpAddress value to set
      Returns:
      the UpdateFirewallRuleWithAccountParameters object itself.