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 © 2019. All rights reserved.