Interface SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange
- All Known Subinterfaces:
SqlFirewallRuleOperations.SqlFirewallRuleOperationsDefinition
- Enclosing interface:
- SqlFirewallRuleOperations.DefinitionStages
public static interface SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange
The SQL Firewall Rule definition to set the Ip address range for the parent SQL Server.
-
Method Summary
Modifier and TypeMethodDescriptionwithIpAddress(String ipAddress) Sets the ending Ip address of SQL server's firewall rule.withIpAddressRange(String startIpAddress, String endIpAddress) Sets the starting Ip address of SQL server's firewall rule.
-
Method Details
-
withIpAddressRange
SqlFirewallRuleOperations.DefinitionStages.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.
-
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.
-