Interface SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT>
- All Known Subinterfaces:
SqlFirewallRule.DefinitionStages.Blank<ParentT>
,SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
- Enclosing interface:
- SqlFirewallRule.DefinitionStages
@Beta(V1_7_0)
public static interface SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT>
The SQL Firewall Rule definition to set the IP address for the parent SQL Server.
-
Method Summary
Modifier and TypeMethodDescriptionwithIPAddress
(String ipAddress) Sets the ending IP address of SQL server's Firewall Rule.
-
Method Details
-
withIPAddress
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.
-