SqlFirewallRule.UpdateStages.WithStartIPAddress Interface

public static interface SqlFirewallRule.UpdateStages.WithStartIPAddress

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

Method Summary

Modifier and Type Method and Description
abstract Update withStartIPAddress(String startIPAddress)

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

Method Details

withStartIPAddress

public abstract SqlFirewallRule.Update withStartIPAddress(String startIPAddress)

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

Parameters:

startIPAddress - start IP address in IPv4 format.

Returns:

The next stage of the update.

Applies to