SqlFirewallRuleOperations.SqlFirewallRuleActionsDefinition Interface
Implements
public static interface SqlFirewallRuleOperations.SqlFirewallRuleActionsDefinition
extends SqlChildrenActionsDefinition<SqlFirewallRule>
Grouping of the Azure SQL Server Firewall Rule common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
define(String firewallRuleName)
Begins the definition of a new SQL Firewall rule to be added to this server. |
Method Details
define
public abstract 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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java