GetScopeMapPlainArgs

data class GetScopeMapPlainArgs(val registryName: String, val resourceGroupName: String, val scopeMapName: String) : ConvertibleToJava<GetScopeMapPlainArgs>

Constructors

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

Properties

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.

Link copied to clipboard

The name of the scope map.

Functions

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