getRegistry

Gets a device registry configuration.

Return

null

Parameters

argument

null


suspend fun getRegistry(location: String, project: String? = null, registryId: String): GetRegistryResult

Return

null

Parameters

location
project
registryId

See also


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

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudiot.v1.kotlin.inputs.GetRegistryPlainArgs.

See also