pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databoxedge.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
,
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
The SKU type.
Constructors
Functions
Properties
Constructors
Sku
Args
Link copied to clipboard
fun
SkuArgs
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
,
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
SKU name.
tier
Link copied to clipboard
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
The SKU tier. This is based on the SKU name.