Interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
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 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.