IntegrationRuntimeSsisCatalogInfo Class

Catalog information for managed dedicated integration runtime.

Inheritance
IntegrationRuntimeSsisCatalogInfo

Constructor

IntegrationRuntimeSsisCatalogInfo(*, additional_properties: Optional[Dict[str, Any]] = None, catalog_server_endpoint: Optional[str] = None, catalog_admin_user_name: Optional[str] = None, catalog_admin_password: Optional[_models.SecureString] = None, catalog_pricing_tier: Optional[Union[str, _models.IntegrationRuntimeSsisCatalogPricingTier]] = None, dual_standby_pair_name: Optional[str] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

catalog_server_endpoint
str

The catalog database server URL.

catalog_admin_user_name
str

The administrator user name of catalog database.

catalog_admin_password
SecureString

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

catalog_pricing_tier
str or IntegrationRuntimeSsisCatalogPricingTier

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", "PremiumRS".

dual_standby_pair_name
str

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