Interface FirewallRule.DefinitionStages.WithEndIpAddress

All Known Subinterfaces:
FirewallRule.Definition
Enclosing interface:
FirewallRule.DefinitionStages

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

    • withEndIpAddress

      FirewallRule.DefinitionStages.WithCreate withEndIpAddress(String endIpAddress)
      Specifies the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format..
      Parameters:
      endIpAddress - The end IP address of the server firewall rule. Must be IPv4 format.
      Returns:
      the next definition stage.