public static interface SqlFirewallRule.UpdateStages.WithStartIPAddress
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule.Update |
withStartIPAddress(String startIPAddress)
Sets the starting IP address of SQL server's firewall rule.
|
SqlFirewallRule.Update withStartIPAddress(String startIPAddress)
startIPAddress - start 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.
*/