GetCacheRulePlainArgs

data class GetCacheRulePlainArgs(val cacheRuleName: String, val registryName: String, val resourceGroupName: String) : ConvertibleToJava<GetCacheRulePlainArgs>

Constructors

Link copied to clipboard
constructor(cacheRuleName: String, registryName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the cache rule.

Link copied to clipboard

The name of the container registry.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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