pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearning.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
tier
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
Sku of the resource
Constructors
Functions
Properties
Constructors
Sku
Args
Link copied to clipboard
fun
SkuArgs
(
name
:
Output
<
String
>
?
=
null
,
tier
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the sku
tier
Link copied to clipboard
val
tier
:
Output
<
String
>
?
=
null
Tier of the sku like Basic or Enterprise