SqlDbSettingsV3Args

data class SqlDbSettingsV3Args(val azureSqlComputeTier: Output<Either<String, ComputeTier>>? = null, val azureSqlDataBaseType: Output<Either<String, AzureSqlDataBaseType>>? = null, val azureSqlPurchaseModel: Output<Either<String, AzureSqlPurchaseModel>>? = null, val azureSqlServiceTier: Output<Either<String, AzureSqlServiceTierV3>>? = null) : ConvertibleToJava<SqlDbSettingsV3Args>

SQL database assessment settings V3.

Constructors

Link copied to clipboard
constructor(azureSqlComputeTier: Output<Either<String, ComputeTier>>? = null, azureSqlDataBaseType: Output<Either<String, AzureSqlDataBaseType>>? = null, azureSqlPurchaseModel: Output<Either<String, AzureSqlPurchaseModel>>? = null, azureSqlServiceTier: Output<Either<String, AzureSqlServiceTierV3>>? = null)

Properties

Link copied to clipboard
val azureSqlComputeTier: Output<Either<String, ComputeTier>>? = null

Gets or sets the azure SQL compute tier.

Link copied to clipboard
val azureSqlDataBaseType: Output<Either<String, AzureSqlDataBaseType>>? = null

Gets or sets the azure PAAS SQL instance type.

Link copied to clipboard
val azureSqlPurchaseModel: Output<Either<String, AzureSqlPurchaseModel>>? = null

Gets or sets the azure SQL purchase model.

Link copied to clipboard
val azureSqlServiceTier: Output<Either<String, AzureSqlServiceTierV3>>? = null

Gets or sets the azure SQL service tier.

Functions

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