Sql Server Database Resource Properties Args
data class SqlServerDatabaseResourcePropertiesArgs(val backupInformation: Output<SqlServerDatabaseResourcePropertiesBackupInformationArgs>? = null, val collationName: Output<String>? = null, val compatibilityLevel: Output<Int>? = null, val databaseCreationDate: Output<String>? = null, val databaseOptions: Output<SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs>? = null, val isReadOnly: Output<Boolean>? = null, val recoveryMode: Output<Either<String, RecoveryMode>>? = null, val sizeMB: Output<Double>? = null, val spaceAvailableMB: Output<Double>? = null, val state: Output<Either<String, DatabaseState>>? = null) : ConvertibleToJava<SqlServerDatabaseResourcePropertiesArgs>
The properties of Arc Sql Server database resource
Constructors
Link copied to clipboard
constructor(backupInformation: Output<SqlServerDatabaseResourcePropertiesBackupInformationArgs>? = null, collationName: Output<String>? = null, compatibilityLevel: Output<Int>? = null, databaseCreationDate: Output<String>? = null, databaseOptions: Output<SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs>? = null, isReadOnly: Output<Boolean>? = null, recoveryMode: Output<Either<String, RecoveryMode>>? = null, sizeMB: Output<Double>? = null, spaceAvailableMB: Output<Double>? = null, state: Output<Either<String, DatabaseState>>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Collation of the database.
Link copied to clipboard
Compatibility level of the database
Link copied to clipboard
Creation date of the database.
Link copied to clipboard
List of features that are enabled for the database
Link copied to clipboard
Whether the database is read only or not.
Link copied to clipboard
Status of the database.
Link copied to clipboard
Space left of the database.
Link copied to clipboard
State of the database.