Integration Runtime Ssis Catalog Info Response
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
Link copied to clipboard
constructor(catalogAdminPassword: SecureStringResponse? = null, catalogAdminUserName: String? = null, catalogPricingTier: String? = null, catalogServerEndpoint: String? = null, dualStandbyPairName: String? = null)
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.