| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> |
SqlFirewallRule.DefinitionStages.WithIpAddress.withIpAddress(String ipAddress)
Sets the ending Ip address of SQL server's Firewall Rule.
|
SqlFirewallRule.DefinitionStages.WithAttach<ParentT> |
SqlFirewallRule.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.