Class IntegrationRuntimeSsisCatalogInfo


  • public final class IntegrationRuntimeSsisCatalogInfo
    extends Object
    Catalog information for managed dedicated integration runtime.
    • Constructor Detail

      • IntegrationRuntimeSsisCatalogInfo

        public IntegrationRuntimeSsisCatalogInfo()
    • Method Detail

      • getCatalogServerEndpoint

        public String getCatalogServerEndpoint()
        Get the catalogServerEndpoint property: The catalog database server URL.
        Returns:
        the catalogServerEndpoint value.
      • setCatalogServerEndpoint

        public IntegrationRuntimeSsisCatalogInfo setCatalogServerEndpoint​(String catalogServerEndpoint)
        Set the catalogServerEndpoint property: The catalog database server URL.
        Parameters:
        catalogServerEndpoint - the catalogServerEndpoint value to set.
        Returns:
        the IntegrationRuntimeSsisCatalogInfo object itself.
      • getCatalogAdminUserName

        public String getCatalogAdminUserName()
        Get the catalogAdminUserName property: The administrator user name of catalog database.
        Returns:
        the catalogAdminUserName value.
      • setCatalogAdminUserName

        public IntegrationRuntimeSsisCatalogInfo setCatalogAdminUserName​(String catalogAdminUserName)
        Set the catalogAdminUserName property: The administrator user name of catalog database.
        Parameters:
        catalogAdminUserName - the catalogAdminUserName value to set.
        Returns:
        the IntegrationRuntimeSsisCatalogInfo object itself.
      • getCatalogAdminPassword

        public SecureString getCatalogAdminPassword()
        Get the catalogAdminPassword property: The password of the administrator user account of the catalog database.
        Returns:
        the catalogAdminPassword value.
      • setCatalogAdminPassword

        public IntegrationRuntimeSsisCatalogInfo setCatalogAdminPassword​(SecureString catalogAdminPassword)
        Set the catalogAdminPassword property: The password of the administrator user account of the catalog database.
        Parameters:
        catalogAdminPassword - the catalogAdminPassword value to set.
        Returns:
        the IntegrationRuntimeSsisCatalogInfo object itself.
      • getCatalogPricingTier

        public IntegrationRuntimeSsisCatalogPricingTier getCatalogPricingTier()
        Get the catalogPricingTier property: The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/.
        Returns:
        the catalogPricingTier value.
      • setCatalogPricingTier

        public IntegrationRuntimeSsisCatalogInfo setCatalogPricingTier​(IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier)
        Set the catalogPricingTier property: The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/.
        Parameters:
        catalogPricingTier - the catalogPricingTier value to set.
        Returns:
        the IntegrationRuntimeSsisCatalogInfo object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Catalog information for managed dedicated integration runtime.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public IntegrationRuntimeSsisCatalogInfo setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Catalog information for managed dedicated integration runtime.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the IntegrationRuntimeSsisCatalogInfo object itself.