toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.sqlvirtualmachine.kotlin.inputs
/
SQLInstanceSettingsArgs
/
SQLInstanceSettingsArgs
SQLInstance
Settings
Args
constructor
(
collation
:
Output
<
String
>
?
=
null
,
isIfiEnabled
:
Output
<
Boolean
>
?
=
null
,
isLpimEnabled
:
Output
<
Boolean
>
?
=
null
,
isOptimizeForAdHocWorkloadsEnabled
:
Output
<
Boolean
>
?
=
null
,
maxDop
:
Output
<
Int
>
?
=
null
,
maxServerMemoryMB
:
Output
<
Int
>
?
=
null
,
minServerMemoryMB
:
Output
<
Int
>
?
=
null
)