SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT> Interface

Type Parameters

ParentT

public interface WithIPAddressRange

The SQL Firewall Rule definition to set the IP address range for the parent SQL Server.

The SQL Firewall Rule definition to set the starting IP Address for the server.

Method Summary

Modifier and Type Method and Description
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> withIPAddressRange(String startIPAddress, String endIPAddress)

Sets the starting IP address of SQL server's Firewall Rule.

Method Details

withIPAddressRange

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

Applies to