pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databox.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
displayName
:
Output
<
String
>
?
=
null
,
val
family
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
:
ConvertibleToJava
<
SkuArgs
>
The Sku.
Constructors
Functions
Properties
Constructors
Sku
Args
Link copied to clipboard
fun
SkuArgs
(
displayName
:
Output
<
String
>
?
=
null
,
family
:
Output
<
String
>
?
=
null
,
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs
Properties
display
Name
Link copied to clipboard
val
displayName
:
Output
<
String
>
?
=
null
The display name of the sku.
family
Link copied to clipboard
val
family
:
Output
<
String
>
?
=
null
The sku family.
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
The sku name.