RedisFirewallRuleCollection.CreateOrUpdate Method

Definition

Create or update a redis cache firewall rule

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{cacheName}/firewallRules/{ruleName}
  • Operation Id: FirewallRules_CreateOrUpdate
  • Default Api Version: 2023-08-01
  • Resource: RedisFirewallRuleResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisFirewallRuleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.Redis.RedisFirewallRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Redis.RedisFirewallRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisFirewallRuleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Redis.RedisFirewallRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Redis.RedisFirewallRuleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, ruleName As String, data As RedisFirewallRuleData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RedisFirewallRuleResource)

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.

ruleName
String

The name of the firewall rule.

data
RedisFirewallRuleData

Parameters supplied to the create or update redis firewall rule operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ruleName or data is null.

Applies to