GetRegistryTokenPlainArgs

data class GetRegistryTokenPlainArgs(val containerRegistryName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetRegistryTokenPlainArgs>

A collection of arguments for invoking getRegistryToken.

Constructors

Link copied to clipboard
constructor(containerRegistryName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The Name of the Container Registry where the token exists.

Link copied to clipboard

The name of the Container Registry token.

Link copied to clipboard

The Name of the Resource Group where this Container Registry token exists.

Functions

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