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.outputs
/
SQLTempDbSettingsResponse
/
SQLTempDbSettingsResponse
SQLTemp
Db
Settings
Response
constructor
(
dataFileCount
:
Int
?
=
null
,
dataFileSize
:
Int
?
=
null
,
dataGrowth
:
Int
?
=
null
,
defaultFilePath
:
String
?
=
null
,
logFileSize
:
Int
?
=
null
,
logGrowth
:
Int
?
=
null
,
luns
:
List
<
Int
>
?
=
null
,
persistFolder
:
Boolean
?
=
null
,
persistFolderPath
:
String
?
=
null
)