Package-level declarations
Types
Link copied to clipboard
API Version: 2022-04-04-preview.
Link copied to clipboard
data class EnergyServiceArgs(val location: Output<String>? = null, val properties: Output<EnergyServicePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnergyServiceArgs>
API Version: 2022-04-04-preview.
Link copied to clipboard
class EnergyServiceArgsBuilder
Builder for EnergyServiceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for EnergyService.
Link copied to clipboard
object OpenenergyplatformFunctions
Functions
Link copied to clipboard
suspend fun energyService(name: String, block: suspend EnergyServiceResourceBuilder.() -> Unit): EnergyService