SqlFirewallRuleCollection.CreateOrUpdate Method

Definition

Creates or updates a firewall rule.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/firewallRules/{firewallRuleName}
  • Operation Id: FirewallRules_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlFirewallRuleResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlFirewallRuleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string firewallRuleName, Azure.ResourceManager.Sql.SqlFirewallRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlFirewallRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlFirewallRuleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Sql.SqlFirewallRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.SqlFirewallRuleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, firewallRuleName As String, data As SqlFirewallRuleData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SqlFirewallRuleResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

firewallRuleName
String

The name of the firewall rule.

data
SqlFirewallRuleData

The required parameters for creating or updating a firewall rule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

firewallRuleName is an empty string, and was expected to be non-empty.

firewallRuleName or data is null.

Applies to