IntegrationRuntimeSsisCatalogInfo Class
Catalog information for managed dedicated integration runtime.
Constructor
IntegrationRuntimeSsisCatalogInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
catalog_server_endpoint
|
The catalog database server URL. |
|
catalog_admin_user_name
|
The administrator user name of catalog database. |
|
catalog_admin_password
|
The password of the administrator user account of the catalog database. |
|
catalog_pricing_tier
|
The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/. Known values are: "Basic", "Standard", "Premium", and "PremiumRS". |
|
dual_standby_pair_name
|
The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover. |
Attributes
catalog_admin_password
The password of the administrator user account of the catalog database.
catalog_admin_password: _models.SecureString | None
catalog_admin_user_name
The administrator user name of catalog database.
catalog_admin_user_name: str | None
catalog_pricing_tier
The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/. Known values are: "Basic", "Standard", "Premium", and "PremiumRS".
catalog_pricing_tier: str | _models.IntegrationRuntimeSsisCatalogPricingTier | None
catalog_server_endpoint
The catalog database server URL.
catalog_server_endpoint: str | None
dual_standby_pair_name
The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
dual_standby_pair_name: str | None