ListConfigurationStoreKeysPlainArgs

data class ListConfigurationStoreKeysPlainArgs(val configStoreName: String, val resourceGroupName: String, val skipToken: String? = null) : ConvertibleToJava<ListConfigurationStoreKeysPlainArgs>

Constructors

Link copied to clipboard
constructor(configStoreName: String, resourceGroupName: String, skipToken: String? = null)

Properties

Link copied to clipboard

The name of the configuration store.

Link copied to clipboard

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

Link copied to clipboard
val skipToken: String? = null

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

Functions

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