SqlMiSettingsResponse

data class SqlMiSettingsResponse(val azureSqlInstanceType: String? = null, val azureSqlServiceTier: String? = null)

SQL managed instance assessment settings.

Constructors

Link copied to clipboard
constructor(azureSqlInstanceType: String? = null, azureSqlServiceTier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the azure PAAS SQL instance type.

Link copied to clipboard

Gets or sets the azure SQL service tier.