Interface SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT>

All Known Subinterfaces:
SqlFirewallRule.DefinitionStages.Blank<ParentT>, SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
Enclosing interface:
SqlFirewallRule.DefinitionStages

@Beta(V1_7_0) public static interface SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT>
The SQL Firewall Rule definition to set the IP address range for the parent SQL Server.
  • Method Details

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