Interface SqlFirewallRuleOperations.SqlFirewallRuleActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlFirewallRule>
- Enclosing interface:
- SqlFirewallRuleOperations
public static interface SqlFirewallRuleOperations.SqlFirewallRuleActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlFirewallRule>
Grouping of the Azure SQL Server Firewall Rule common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Firewall rule to be added to this server.Methods inherited from interface com.microsoft.azure.management.sql.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
Begins the definition of a new SQL Firewall rule to be added to this server.- Parameters:
firewallRuleName
- the name of the new SQL Firewall rule- Returns:
- the first stage of the new SQL Firewall rule definition
-