AzureSqlServerFirewallRuleAdapter.UpsertFirewallRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Upserts a Firewall Rule
public Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel UpsertFirewallRule (Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel model);
member this.UpsertFirewallRule : Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel -> Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
Public Function UpsertFirewallRule (model As AzureSqlServerFirewallRuleModel) As AzureSqlServerFirewallRuleModel
Parameters
The firewall rule to create
Returns
The updated server model