SqlFirewallRule.DefinitionStages.WithIPAddress.withIPAddress(String ipAddress) 方法
定义
Sets the ending IP address of SQL server's firewall rule.
public WithCreate withIPAddress(String ipAddress)
参数
- ipAddress
-
String
IP address in IPv4 format.
返回
The next stage of the definition.
适用于