public static interface SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRuleOperations.DefinitionStages.WithCreate |
withIpAddress(String ipAddress)
Sets the ending Ip address of SQL server's firewall rule.
|
SqlFirewallRuleOperations.DefinitionStages.WithCreate |
withIpAddressRange(String startIpAddress,
String endIpAddress)
Sets the starting Ip address of SQL server's firewall rule.
|
SqlFirewallRuleOperations.DefinitionStages.WithCreate withIpAddressRange(String startIpAddress, String endIpAddress)
startIpAddress - starting Ip address in Ipv4 format.endIpAddress - starting Ip address in Ipv4 format.SqlFirewallRuleOperations.DefinitionStages.WithCreate withIpAddress(String ipAddress)
ipAddress - Ip address in Ipv4 format.Copyright © 2020 Microsoft Corporation. All rights reserved.