GetTokenPlainArgs

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

Constructors

Link copied to clipboard
constructor(registryName: String, resourceGroupName: String, tokenName: 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 token.

Functions

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