Interface SqlFirewallRule.DefinitionStages
-
- Enclosing interface:
- SqlFirewallRule
public static interface SqlFirewallRule.DefinitionStagesGrouping of all the SQL Firewall Rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlFirewallRule.DefinitionStages.Blank<ParentT>The first stage of the SQL Server Firewall Rule definition.static interfaceSqlFirewallRule.DefinitionStages.WithAttach<ParentT>The final stage of the SQL Firewall Rule definition.static interfaceSqlFirewallRule.DefinitionStages.WithIpAddress<ParentT>The SQL Firewall Rule definition to set the Ip address for the parent SQL Server.static interfaceSqlFirewallRule.DefinitionStages.WithIpAddressRange<ParentT>The SQL Firewall Rule definition to set the Ip address range for the parent SQL Server.
-