public static interface SqlFirewallRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRule.DefinitionStages.Blank<ParentT>
The first stage of the SQL Server Firewall Rule definition.
|
static interface |
SqlFirewallRule.DefinitionStages.WithAttach<ParentT>
The final stage of the SQL Firewall Rule definition.
|
static interface |
SqlFirewallRule.DefinitionStages.WithIpAddress<ParentT>
The SQL Firewall Rule definition to set the Ip address for the parent SQL Server.
|
static interface |
SqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>
The SQL Firewall Rule definition to set the Ip address range for the parent SQL Server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.