IntegrationRuntimeSsisCatalogInfo Class

Definition

Catalog information for managed dedicated integration runtime.

public class IntegrationRuntimeSsisCatalogInfo
type IntegrationRuntimeSsisCatalogInfo = class
Public Class IntegrationRuntimeSsisCatalogInfo
Inheritance
IntegrationRuntimeSsisCatalogInfo

Constructors

IntegrationRuntimeSsisCatalogInfo()

Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo class.

IntegrationRuntimeSsisCatalogInfo(IDictionary<String,Object>, String, String, SecureString, String, String)

Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

CatalogAdminPassword

Gets or sets the password of the administrator user account of the catalog database.

CatalogAdminUserName

Gets or sets the administrator user name of catalog database.

CatalogPricingTier

Gets or sets the pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/. Possible values include: 'Basic', 'Standard', 'Premium', 'PremiumRS'

CatalogServerEndpoint

Gets or sets the catalog database server URL.

DualStandbyPairName

Gets or sets the dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.

Methods

Validate()

Validate the object.

Applies to