toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.operationalinsights.kotlin.outputs
/
ClusterSkuResponse
Cluster
Sku
Response
data
class
ClusterSkuResponse
(
val
capacity
:
Double
?
=
null
,
val
name
:
String
?
=
null
)
The cluster sku definition.
Members
Constructors
Cluster
Sku
Response
Link copied to clipboard
constructor
(
capacity
:
Double
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
capacity
Link copied to clipboard
val
capacity
:
Double
?
=
null
The capacity value
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the SKU.