GetKeyValuePlainArgs

data class GetKeyValuePlainArgs(val configStoreName: String, val keyValueName: String, val resourceGroupName: String) : ConvertibleToJava<GetKeyValuePlainArgs>

Constructors

Link copied to clipboard
constructor(configStoreName: String, keyValueName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the configuration store.

Link copied to clipboard

Identifier of key and label combination. Key and label are joined by $ character. Label is optional.

Link copied to clipboard

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

Functions

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