| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRule.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule.DefinitionStages.WithCreate |
SqlFirewallRule.DefinitionStages.WithIPAddress.withIPAddress(String ipAddress)
Sets the ending IP address of SQL server's firewall rule.
|
SqlFirewallRule.DefinitionStages.WithCreate |
SqlFirewallRule.DefinitionStages.WithIPAddressRange.withIPAddressRange(String startIPAddress,
String endIPAddress)
Sets the starting IP address of SQL server's firewall rule.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/