toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Sku
Args
Link copied to clipboard
constructor
(
displayName
:
Output
<
String
>
?
=
null
,
family
:
Output
<
String
>
?
=
null
,
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs