SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange Interface
public interface WithIPAddressRange
The SQL Firewall Rule definition to set the IP address range for the parent SQL Server.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withIPAddress(String ipAddress)
Sets the ending IP address of SQL server's firewall rule. |
Sql |
withIPAddressRange(String startIPAddress, String endIPAddress)
Sets the starting IP address of SQL server's firewall rule. |
Method Details
withIPAddress
public WithCreate withIPAddress(String ipAddress)
Sets the ending IP address of SQL server's firewall rule.
Parameters:
ipAddress
- IP address in IPv4 format.
Returns:
The next stage of the definition.
withIPAddressRange
public WithCreate withIPAddressRange(String startIPAddress, String endIPAddress)
Sets the starting IP address of SQL server's firewall rule.
Parameters:
startIPAddress
- starting IP address in IPv4 format.
endIPAddress
- starting IP address in IPv4 format.
Returns:
The next stage of the definition.
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