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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/