IntegrationRuntimeSsisCatalogInfo

data class IntegrationRuntimeSsisCatalogInfo(val administratorLogin: String? = null, val administratorPassword: String? = null, val dualStandbyPairName: String? = null, val elasticPoolName: String? = null, val pricingTier: String? = null, val serverEndpoint: String)

Constructors

Link copied to clipboard
fun IntegrationRuntimeSsisCatalogInfo(administratorLogin: String? = null, administratorPassword: String? = null, dualStandbyPairName: String? = null, elasticPoolName: 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

The dual standby Azure-SSIS Integration Runtime pair with SSISDB failover.

Link copied to clipboard
val elasticPoolName: String? = null

The name of SQL elastic pool where the database will be created for the SSIS catalog. Mutually exclusive with pricing_tier.

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, S0, S1, S2, S3, S4, S6, S7, S9, S12, P1, P2, P4, P6, P11, P15, GP_S_Gen5_1, GP_S_Gen5_2, GP_S_Gen5_4, GP_S_Gen5_6, GP_S_Gen5_8, GP_S_Gen5_10, GP_S_Gen5_12, GP_S_Gen5_14, GP_S_Gen5_16, GP_S_Gen5_18, GP_S_Gen5_20, GP_S_Gen5_24, GP_S_Gen5_32, GP_S_Gen5_40, GP_Gen5_2, GP_Gen5_4, GP_Gen5_6, GP_Gen5_8, GP_Gen5_10, GP_Gen5_12, GP_Gen5_14, GP_Gen5_16, GP_Gen5_18, GP_Gen5_20, GP_Gen5_24, GP_Gen5_32, GP_Gen5_40, GP_Gen5_80, BC_Gen5_2, BC_Gen5_4, BC_Gen5_6, BC_Gen5_8, BC_Gen5_10, BC_Gen5_12, BC_Gen5_14, BC_Gen5_16, BC_Gen5_18, BC_Gen5_20, BC_Gen5_24, BC_Gen5_32, BC_Gen5_40, BC_Gen5_80, HS_Gen5_2, HS_Gen5_4, HS_Gen5_6, HS_Gen5_8, HS_Gen5_10, HS_Gen5_12, HS_Gen5_14, HS_Gen5_16, HS_Gen5_18, HS_Gen5_20, HS_Gen5_24, HS_Gen5_32, HS_Gen5_40 and HS_Gen5_80. Mutually exclusive with elastic_pool_name.

Link copied to clipboard

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