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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRangedefine(String firewallRuleName)Begins the definition of a new SQL Firewall rule to be added to this server.-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
-
-
-
Method Detail
-
define
SqlFirewallRuleOperations.DefinitionStages.WithIpAddressRange define(String firewallRuleName)
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
-
-