SqlFirewallRule.UpdateStages.WithStartIPAddress Interface

public interface WithStartIPAddress

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

Method Summary

Modifier and Type Method and Description
SqlFirewallRule.Update withStartIPAddress(String startIPAddress)

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

Method Details

withStartIPAddress

public 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