ListConfigurationStoreKeyValuePlainArgs

data class ListConfigurationStoreKeyValuePlainArgs(val configStoreName: String, val key: String, val label: String? = null, val resourceGroupName: String) : ConvertibleToJava<ListConfigurationStoreKeyValuePlainArgs>

Constructors

Link copied to clipboard
fun ListConfigurationStoreKeyValuePlainArgs(configStoreName: String, key: String, label: String? = null, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the configuration store.

Link copied to clipboard
val key: String

The key to retrieve.

Link copied to clipboard
val label: String? = null

The label of the key.

Link copied to clipboard

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