pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.elasticsan.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
The SKU name. Required for account creation; optional for update.
Constructors
Functions
Properties
Constructors
Sku
Args
Link copied to clipboard
fun
SkuArgs
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
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
>
>
The sku name.
tier
Link copied to clipboard
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
The sku tier.