GetRegistryPlainArgs

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

A collection of arguments for invoking getRegistry.

Constructors

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

Properties

Link copied to clipboard

The name of the Container Registry.

Link copied to clipboard

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

Functions

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