IntegrationRuntimeSsisCatalogInfoResponse

data class IntegrationRuntimeSsisCatalogInfoResponse(val catalogAdminPassword: SecureStringResponse? = null, val catalogAdminUserName: String? = null, val catalogPricingTier: String? = null, val catalogServerEndpoint: String? = null, val dualStandbyPairName: String? = null)

Catalog information for managed dedicated integration runtime.

Constructors

constructor(catalogAdminPassword: SecureStringResponse? = null, catalogAdminUserName: String? = null, catalogPricingTier: String? = null, catalogServerEndpoint: String? = null, dualStandbyPairName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password of the administrator user account of the catalog database.

Link copied to clipboard

The administrator user name of catalog database.

Link copied to clipboard

The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/

Link copied to clipboard

The catalog database server URL.

Link copied to clipboard

The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.