list Energy Service Partitions
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.
Return
List of data partitions.
Parameters
argument
null
suspend fun listEnergyServicePartitions(resourceGroupName: String, resourceName: String): ListEnergyServicePartitionsResult
Return
List of data partitions.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The resource name.
See also
suspend fun listEnergyServicePartitions(argument: suspend ListEnergyServicePartitionsPlainArgsBuilder.() -> Unit): ListEnergyServicePartitionsResult
Return
List of data partitions.
Parameters
argument
Builder for com.pulumi.azurenative.openenergyplatform.kotlin.inputs.ListEnergyServicePartitionsPlainArgs.