Share via


IntegrationRuntimeSsisCatalogInfo Class

Catalog information for managed dedicated integration runtime.

Constructor

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

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Default value: None
catalog_server_endpoint
str

The catalog database server URL.

Default value: None
catalog_admin_user_name
str

The administrator user name of catalog database.

Default value: None
catalog_admin_password

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

Default value: 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".

Default value: None
dual_standby_pair_name
str

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

Default value: None

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

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

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
str

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