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.inputs
/
AccountSkuArgs
Account
Sku
Args
data
class
AccountSkuArgs
(
val
capacity
:
Output
<
Int
>
?
=
null
,
val
name
:
Output
<
Either
<
String
,
AccountSkuName
>
>
?
=
null
)
:
ConvertibleToJava
<
AccountSkuArgs
>
Gets or sets the Sku.
Members
Constructors
Account
Sku
Args
Link copied to clipboard
constructor
(
capacity
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
Either
<
String
,
AccountSkuName
>
>
?
=
null
)
Properties
capacity
Link copied to clipboard
val
capacity
:
Output
<
Int
>
?
=
null
Gets or sets the sku capacity.
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
AccountSkuName
>
>
?
=
null
Gets or sets the sku name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccountSkuArgs