Package-level declarations

Types

Link copied to clipboard
data class DataPartitionNamesArgs(val name: Output<String>? = null) : ConvertibleToJava<DataPartitionNamesArgs>

The list of Energy services resource's Data Partition Names.

Link copied to clipboard
data class EnergyServicePropertiesArgs(val authAppId: Output<String>? = null, val dataPartitionNames: Output<List<DataPartitionNamesArgs>>? = null) : ConvertibleToJava<EnergyServicePropertiesArgs>
Link copied to clipboard
data class GetEnergyServicePlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetEnergyServicePlainArgs>
Link copied to clipboard
data class ListEnergyServicePartitionsPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<ListEnergyServicePartitionsPlainArgs>