SqlFirewallRule.UpdateStages.WithEndIPAddress Interface

public interface WithEndIPAddress

The SQL Firewall Rule definition to set the starting IP Address for the server.

Method Summary

Modifier and Type Method and Description
SqlFirewallRule.Update withEndIPAddress(String endIPAddress)

Sets the ending IP address of SQL server's Firewall Rule.

Method Details

withEndIPAddress

public Update withEndIPAddress(String endIPAddress)

Sets the ending IP address of SQL server's Firewall Rule.

Parameters:

endIPAddress - end IP address in IPv4 format.

Returns:

The next stage of the update.

Applies to