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.outputs
/
AzureSkuResponse
Azure
Sku
Response
data
class
AzureSkuResponse
(
val
capacity
:
Int
?
=
null
,
val
name
:
String
,
val
size
:
String
)
Azure SKU definition.
Members
Constructors
Azure
Sku
Response
Link copied to clipboard
constructor
(
capacity
:
Int
?
=
null
,
name
:
String
,
size
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
?
=
null
The number of instances of the cluster.
name
Link copied to clipboard
val
name
:
String
SKU name.
size
Link copied to clipboard
val
size
:
String
SKU size.