GetRedisFirewallRulePlainArgs

data class GetRedisFirewallRulePlainArgs(val cacheName: String, val resourceGroupName: String, val ruleName: String) : ConvertibleToJava<GetRedisFirewallRulePlainArgs>

Constructors

Link copied to clipboard
constructor(cacheName: String, resourceGroupName: String, ruleName: String)

Properties

Link copied to clipboard

The name of the Redis cache.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the firewall rule.

Functions

Link copied to clipboard
open override fun toJava(): GetRedisFirewallRulePlainArgs