| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRuleOperations.SqlFirewallRuleOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRuleOperations.DefinitionStages.WithCreate |
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange.withIpAddress(String ipAddress)
Sets the ending Ip address of SQL server's firewall rule.
|
SqlFirewallRuleOperations.DefinitionStages.WithCreate |
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange.withIpAddressRange(String startIpAddress,
String endIpAddress)
Sets the starting Ip address of SQL server's firewall rule.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.