Interface IpFirewallRuleInfo.DefinitionStages.WithEndIpAddress

All Known Subinterfaces:
IpFirewallRuleInfo.Definition, IpFirewallRuleInfo.DefinitionStages.WithCreate
Enclosing interface:
IpFirewallRuleInfo.DefinitionStages

public static interface IpFirewallRuleInfo.DefinitionStages.WithEndIpAddress
The stage of the IpFirewallRuleInfo definition allowing to specify endIpAddress.
  • Method Details

    • withEndIpAddress

      Specifies the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
      Parameters:
      endIpAddress - The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
      Returns:
      the next definition stage.