Openenergyplatform Functions
object OpenenergyplatformFunctions
Functions
Link copied to clipboard
Returns oep resource for a given name. Uses Azure REST API version 2022-04-04-preview.
suspend fun getEnergyService(argument: suspend GetEnergyServicePlainArgsBuilder.() -> Unit): GetEnergyServiceResult
suspend fun getEnergyService(resourceGroupName: String, resourceName: String): GetEnergyServiceResult
Link copied to clipboard
suspend fun listEnergyServicePartitions(argument: ListEnergyServicePartitionsPlainArgs): ListEnergyServicePartitionsResult
Method that gets called when list of partitions is requested. Uses Azure REST API version 2022-04-04-preview.
suspend fun listEnergyServicePartitions(argument: suspend ListEnergyServicePartitionsPlainArgsBuilder.() -> Unit): ListEnergyServicePartitionsResult
suspend fun listEnergyServicePartitions(resourceGroupName: String, resourceName: String): ListEnergyServicePartitionsResult