
com.pulumi.azurenative.openenergyplatform.kotlin.inputs.EnergyServicePropertiesArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.openenergyplatform.kotlin.inputs
import com.pulumi.azurenative.openenergyplatform.inputs.EnergyServicePropertiesArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property authAppId
* @property dataPartitionNames
*/
public data class EnergyServicePropertiesArgs(
public val authAppId: Output? = null,
public val dataPartitionNames: Output>? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azurenative.openenergyplatform.inputs.EnergyServicePropertiesArgs =
com.pulumi.azurenative.openenergyplatform.inputs.EnergyServicePropertiesArgs.builder()
.authAppId(authAppId?.applyValue({ args0 -> args0 }))
.dataPartitionNames(
dataPartitionNames?.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 -> args0.toJava() })
})
}),
).build()
}
/**
* Builder for [EnergyServicePropertiesArgs].
*/
@PulumiTagMarker
public class EnergyServicePropertiesArgsBuilder internal constructor() {
private var authAppId: Output? = null
private var dataPartitionNames: Output>? = null
/**
* @param value
*/
@JvmName("flytuhofpygaepcc")
public suspend fun authAppId(`value`: Output) {
this.authAppId = value
}
/**
* @param value
*/
@JvmName("uefmtuhfcgwjxmgw")
public suspend fun dataPartitionNames(`value`: Output>) {
this.dataPartitionNames = value
}
@JvmName("lntxviortdkhwpmx")
public suspend fun dataPartitionNames(vararg values: Output) {
this.dataPartitionNames = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("efgduapgydaaetwl")
public suspend fun dataPartitionNames(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy