Interface SqlFirewallRule.UpdateStages.WithEndIPAddress
- All Known Subinterfaces:
SqlFirewallRule.Update
- Enclosing interface:
- SqlFirewallRule.UpdateStages
public static interface SqlFirewallRule.UpdateStages.WithEndIPAddress
The SQL Firewall Rule definition to set the starting IP Address for the server.
-
Method Summary
Modifier and TypeMethodDescriptionwithEndIPAddress
(String endIPAddress) Sets the ending IP address of SQL server's Firewall Rule.
-
Method Details
-
withEndIPAddress
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.
-