List Configuration Store Keys Plain Args
data class ListConfigurationStoreKeysPlainArgs(val configStoreName: String, val resourceGroupName: String, val skipToken: String? = null) : ConvertibleToJava<ListConfigurationStoreKeysPlainArgs>
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
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.