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 Detail

      • withEndIpAddress

        FirewallRule.Update 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.