IntegrationRuntimeManagedCatalogInfo

data class IntegrationRuntimeManagedCatalogInfo(val administratorLogin: String? = null, val administratorPassword: String? = null, val pricingTier: String? = null, val serverEndpoint: String)

Constructors

Link copied to clipboard
fun IntegrationRuntimeManagedCatalogInfo(administratorLogin: String? = null, administratorPassword: String? = null, pricingTier: String? = null, serverEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrator login name for the SQL Server.

Link copied to clipboard

Administrator login password for the SQL Server.

Link copied to clipboard
val pricingTier: String? = null

Pricing tier for the database that will be created for the SSIS catalog. Valid values are: Basic, Standard, Premium and PremiumRS. Defaults to Basic.

Link copied to clipboard

The endpoint of an Azure SQL Server that will be used to host the SSIS catalog.