public static interface SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> |
withIpAddressRange(String startIpAddress,
String endIpAddress)
Sets the starting Ip address of SQL server's Firewall Rule.
|
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> withIpAddressRange(String startIpAddress, String endIpAddress)
startIpAddress - starting Ip address in Ipv4 format.endIpAddress - starting Ip address in Ipv4 format.Copyright © 2020 Microsoft Corporation. All rights reserved.