GetRegistryPlainArgs

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

A collection of arguments for invoking getRegistry.

Constructors

Link copied to clipboard
fun GetRegistryPlainArgs(name: String, resourceGroupName: String)

Functions

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

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.