Interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>

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