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 |
---|---|
Sql |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java