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