@Beta(value=V1_7_0)
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 © 2019. All rights reserved.