Package version:

Interface IntegrationRuntimeSsisCatalogInfo

Catalog information for managed dedicated integration runtime.

interface IntegrationRuntimeSsisCatalogInfo {
    catalogAdminPassword?: SecureString;
    catalogAdminUserName?: string;
    catalogPricingTier?: string;
    catalogServerEndpoint?: string;
    dualStandbyPairName?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

catalogAdminPassword?: SecureString

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

catalogAdminUserName?: string

The administrator user name of catalog database.

catalogPricingTier?: string

The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/

catalogServerEndpoint?: string

The catalog database server URL.

dualStandbyPairName?: string

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