通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withIpAddressRange(String startIpAddress, String endIpAddress)

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

Method Details

withIpAddressRange

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

Applies to