IntegrationRuntimeSsisCatalogInfo interface
Catalog information for managed dedicated integration runtime.
Properties
catalog |
The password of the administrator user account of the catalog database. |
catalog |
The administrator user name of catalog database. |
catalog |
The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/ |
catalog |
The catalog database server URL. |
dual |
The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover. |
Property Details
catalogAdminPassword
The password of the administrator user account of the catalog database.
catalogAdminPassword?: SecureString
Property Value
catalogAdminUserName
The administrator user name of catalog database.
catalogAdminUserName?: string
Property Value
string
catalogPricingTier
The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
catalogPricingTier?: string
Property Value
string
catalogServerEndpoint
The catalog database server URL.
catalogServerEndpoint?: string
Property Value
string
dualStandbyPairName
The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
dualStandbyPairName?: string
Property Value
string