toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
capacity
:
Output
<
Int
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
,
val
tier
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
Sku of Azure Spring Apps
Members
Constructors
Sku
Args
Link copied to clipboard
constructor
(
capacity
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
tier
:
Output
<
String
>
?
=
null
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Output
<
Int
>
?
=
null
Current capacity of the target resource
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
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs