共用方式為


IPv6FirewallRuleCollection.CreateOrUpdate Method

Definition

Creates or updates an IPv6 firewall rule.

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

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
IPv6FirewallRuleData

The required parameters for creating or updating an IPv6 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