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.
-