SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT> Interface

Type Parameters

ParentT

public static interface SqlFirewallRule.DefinitionStages.WithIPAddress

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withIPAddress(String ipAddress)

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

Method Details

withIPAddress

public abstract SqlFirewallRule.DefinitionStages.WithAttach withIPAddress(String ipAddress)

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

Parameters:

ipAddress - IP address in IPv4 format.

Returns:

The next stage of the definition.

Applies to