GetConfigurationStorePlainArgs

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

Constructors

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

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.

Functions

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