toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.synapse.kotlin.inputs
/
AzureSkuArgs
Azure
Sku
Args
data
class
AzureSkuArgs
(
val
capacity
:
Output
<
Int
>
?
=
null
,
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
val
size
:
Output
<
Either
<
String
,
SkuSize
>
>
)
:
ConvertibleToJava
<
AzureSkuArgs
>
Azure SKU definition.
Members
Constructors
Azure
Sku
Args
Link copied to clipboard
constructor
(
capacity
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
size
:
Output
<
Either
<
String
,
SkuSize
>
>
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Output
<
Int
>
?
=
null
The number of instances of the cluster.
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
SKU name.
size
Link copied to clipboard
val
size
:
Output
<
Either
<
String
,
SkuSize
>
>
SKU size.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AzureSkuArgs