Interface FirewallRule.UpdateStages.WithEndIpAddress

All Known Subinterfaces:
FirewallRule.Update
Enclosing interface:
FirewallRule.UpdateStages

public static interface FirewallRule.UpdateStages.WithEndIpAddress
The stage of the FirewallRule update allowing to specify endIpAddress.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEndIpAddress(String endIpAddress)
    Specifies the endIpAddress property: The end IP address for the firewall rule.
  • Method Details

    • withEndIpAddress

      FirewallRule.Update withEndIpAddress(String endIpAddress)
      Specifies the endIpAddress property: The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol..
      Parameters:
      endIpAddress - 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 next definition stage.