Interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>
-
- All Known Subinterfaces:
SqlFirewallRule.DefinitionStages.Blank<ParentT>,SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
- Enclosing interface:
- SqlFirewallRule.DefinitionStages
public static interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>The SQL Firewall Rule definition to set the Ip address range for the parent SQL Server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFirewallRule.DefinitionStages.WithAttach<ParentT>withIpAddressRange(String startIpAddress, String endIpAddress)Sets the starting Ip address of SQL server's Firewall Rule.
-
-
-
Method Detail
-
withIpAddressRange
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> 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.
-
-