SqlMiSettingsV3Args

data class SqlMiSettingsV3Args(val azureSqlInstanceType: Output<Either<String, AzureSqlInstanceType>>? = null, val azureSqlServiceTier: Output<Either<String, AzureSqlServiceTierV3>>? = null) : ConvertibleToJava<SqlMiSettingsV3Args>

SQL managed instance assessment settings V3.

Constructors

Link copied to clipboard
constructor(azureSqlInstanceType: Output<Either<String, AzureSqlInstanceType>>? = null, azureSqlServiceTier: Output<Either<String, AzureSqlServiceTierV3>>? = null)

Properties

Link copied to clipboard
val azureSqlInstanceType: Output<Either<String, AzureSqlInstanceType>>? = null

Gets or sets the azure PAAS SQL instance type.

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(): SqlMiSettingsV3Args