SqlServerInstancePropertiesArgs

data class SqlServerInstancePropertiesArgs(val backupPolicy: Output<BackupPolicyArgs>? = null, val cores: Output<String>? = null, val edition: Output<Either<String, EditionType>>? = null, val hostType: Output<Either<String, HostType>>? = null, val instanceName: Output<String>? = null, val monitoring: Output<MonitoringArgs>? = null, val upgradeLockedUntil: Output<String>? = null, val version: Output<Either<String, SqlVersion>>? = null) : ConvertibleToJava<SqlServerInstancePropertiesArgs>

Properties of SqlServerInstance.

Constructors

Link copied to clipboard
constructor(backupPolicy: Output<BackupPolicyArgs>? = null, cores: Output<String>? = null, edition: Output<Either<String, EditionType>>? = null, hostType: Output<Either<String, HostType>>? = null, instanceName: Output<String>? = null, monitoring: Output<MonitoringArgs>? = null, upgradeLockedUntil: Output<String>? = null, version: Output<Either<String, SqlVersion>>? = null)

Properties

Link copied to clipboard
val backupPolicy: Output<BackupPolicyArgs>? = null

The backup profile for the SQL server.

Link copied to clipboard
val cores: Output<String>? = null

The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance.

Link copied to clipboard
val edition: Output<Either<String, EditionType>>? = null

SQL Server edition.

Link copied to clipboard
val hostType: Output<Either<String, HostType>>? = null

Type of host for Azure Arc SQL Server

Link copied to clipboard
val instanceName: Output<String>? = null

SQL Server instance name.

Link copied to clipboard
val monitoring: Output<MonitoringArgs>? = null

The monitoring configuration.

Link copied to clipboard
val upgradeLockedUntil: Output<String>? = null

Upgrade Action for this resource is locked until it expires. The Expiration time indicated by this value. It is not locked when it is empty.

Link copied to clipboard
val version: Output<Either<String, SqlVersion>>? = null

SQL Server version.

Functions

Link copied to clipboard
open override fun toJava(): SqlServerInstancePropertiesArgs