GetTokenPlainArgs

data class GetTokenPlainArgs(val registryName: String, val resourceGroupName: String, val tokenName: String) : ConvertibleToJava<GetTokenPlainArgs>

Constructors

Link copied to clipboard
fun GetTokenPlainArgs(registryName: String, resourceGroupName: String, tokenName: String)

Functions

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

Properties

Link copied to clipboard

The name of the container registry.

Link copied to clipboard

The name of the resource group to which the container registry belongs.

Link copied to clipboard

The name of the token.