SqlFirewallRule.UpdateStages.WithEndIPAddress Interface

public static interface SqlFirewallRule.UpdateStages.WithEndIPAddress

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

Method Summary

Modifier and Type Method and Description
abstract Update withEndIPAddress(String endIPAddress)

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

Method Details

withEndIPAddress

public abstract SqlFirewallRule.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