SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT> Interface
Type Parameters
- ParentT
public interface WithIPAddress
The SQL Firewall Rule definition to set the IP address for the parent SQL Server.
The SQL Firewall Rule definition to set the starting IP Address for the server.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withIPAddress(String ipAddress)
Sets the ending IP address of SQL server's Firewall Rule. |
Method Details
withIPAddress
public WithAttach
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.
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