@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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/