Condividi tramite


IUpdateBeta.WithoutFirewallRule(String) Method

Definition

Deletes a single firewall rule in the current Redis cache instance.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate WithoutFirewallRule (string name);
abstract member WithoutFirewallRule : string -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate
Public Function WithoutFirewallRule (name As String) As IUpdate

Parameters

name
String

Name of the rule.

Returns

Applies to