GetConfigurationStorePlainArgs

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

A collection of arguments for invoking getConfigurationStore.

Constructors

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

Properties

Link copied to clipboard

The Name of this App Configuration.

Link copied to clipboard

The name of the Resource Group where the App Configuration exists.

Functions

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