Sql Server Database Resource Properties Database Options Args
data class SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs(val isAutoCloseOn: Output<Boolean>? = null, val isAutoCreateStatsOn: Output<Boolean>? = null, val isAutoShrinkOn: Output<Boolean>? = null, val isAutoUpdateStatsOn: Output<Boolean>? = null, val isEncrypted: Output<Boolean>? = null, val isMemoryOptimizationEnabled: Output<Boolean>? = null, val isRemoteDataArchiveEnabled: Output<Boolean>? = null, val isTrustworthyOn: Output<Boolean>? = null) : ConvertibleToJava<SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs>
List of features that are enabled for the database
Constructors
Link copied to clipboard
constructor(isAutoCloseOn: Output<Boolean>? = null, isAutoCreateStatsOn: Output<Boolean>? = null, isAutoShrinkOn: Output<Boolean>? = null, isAutoUpdateStatsOn: Output<Boolean>? = null, isEncrypted: Output<Boolean>? = null, isMemoryOptimizationEnabled: Output<Boolean>? = null, isRemoteDataArchiveEnabled: Output<Boolean>? = null, isTrustworthyOn: Output<Boolean>? = null)