toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.purview.kotlin.outputs
/
AccountResponseSku
Account
Response
Sku
data
class
AccountResponseSku
(
val
capacity
:
Int
?
=
null
,
val
name
:
String
?
=
null
)
Gets or sets the Sku.
Members
Constructors
Account
Response
Sku
Link copied to clipboard
constructor
(
capacity
:
Int
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
capacity
Link copied to clipboard
val
capacity
:
Int
?
=
null
Gets or sets the sku capacity.
name
Link copied to clipboard
val
name
:
String
?
=
null
Gets or sets the sku name.