Interface FirewallRule.UpdateStages.WithStartIpAddress

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

    public static interface FirewallRule.UpdateStages.WithStartIpAddress
    The stage of the FirewallRule update allowing to specify startIpAddress.
    • Method Detail

      • withStartIpAddress

        FirewallRule.Update withStartIpAddress​(String startIpAddress)
        Specifies the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format..
        Parameters:
        startIpAddress - The start IP address of the server firewall rule. Must be IPv4 format.
        Returns:
        the next definition stage.