getRegistry

Gets the properties of the specified container registry. API Version: 2019-05-01.

Return

An object that represents a container registry.

Parameters

argument

null


suspend fun getRegistry(registryName: String, resourceGroupName: String): GetRegistryResult

Return

An object that represents a container registry.

Parameters

registryName

The name of the container registry.

resourceGroupName

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

See also


suspend fun getRegistry(argument: suspend GetRegistryPlainArgsBuilder.() -> Unit): GetRegistryResult

Return

An object that represents a container registry.

Parameters

argument

Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetRegistryPlainArgs.

See also