Interface SqlFirewallRule.UpdateStages.WithStartIPAddress
- All Known Subinterfaces:
SqlFirewallRule.Update
- Enclosing interface:
- SqlFirewallRule.UpdateStages
public static interface SqlFirewallRule.UpdateStages.WithStartIPAddress
The SQL Firewall Rule definition to set the starting IP Address for the server.
-
Method Summary
Modifier and TypeMethodDescriptionwithStartIPAddress
(String startIPAddress) Sets the starting IP address of SQL server's Firewall Rule.
-
Method Details
-
withStartIPAddress
Sets the starting IP address of SQL server's Firewall Rule.- Parameters:
startIPAddress
- start IP address in IPv4 format.- Returns:
- The next stage of the update.
-