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 © 2019. All rights reserved.