IntegrationRuntimeSsisProperties Constructors

Definition

Overloads

IntegrationRuntimeSsisProperties()

Initializes a new instance of the IntegrationRuntimeSsisProperties class.

IntegrationRuntimeSsisProperties(IDictionary<String,Object>, IntegrationRuntimeSsisCatalogInfo, String, IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeDataProxyProperties, String, IList<CustomSetupBase>)

Initializes a new instance of the IntegrationRuntimeSsisProperties class.

IntegrationRuntimeSsisProperties()

Initializes a new instance of the IntegrationRuntimeSsisProperties class.

public IntegrationRuntimeSsisProperties ();
Public Sub New ()

Applies to

IntegrationRuntimeSsisProperties(IDictionary<String,Object>, IntegrationRuntimeSsisCatalogInfo, String, IntegrationRuntimeCustomSetupScriptProperties, IntegrationRuntimeDataProxyProperties, String, IList<CustomSetupBase>)

Initializes a new instance of the IntegrationRuntimeSsisProperties class.

public IntegrationRuntimeSsisProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeSsisCatalogInfo catalogInfo = default, string licenseType = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataProxyProperties dataProxyProperties = default, string edition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.CustomSetupBase> expressCustomSetupProperties = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeSsisProperties : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeSsisCatalogInfo * string * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeCustomSetupScriptProperties * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataProxyProperties * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.CustomSetupBase> -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeSsisProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional catalogInfo As IntegrationRuntimeSsisCatalogInfo = Nothing, Optional licenseType As String = Nothing, Optional customSetupScriptProperties As IntegrationRuntimeCustomSetupScriptProperties = Nothing, Optional dataProxyProperties As IntegrationRuntimeDataProxyProperties = Nothing, Optional edition As String = Nothing, Optional expressCustomSetupProperties As IList(Of CustomSetupBase) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

catalogInfo
IntegrationRuntimeSsisCatalogInfo

Catalog information for managed dedicated integration runtime.

licenseType
String

License type for bringing your own license scenario. Possible values include: 'BasePrice', 'LicenseIncluded'

customSetupScriptProperties
IntegrationRuntimeCustomSetupScriptProperties

Custom setup script properties for a managed dedicated integration runtime.

dataProxyProperties
IntegrationRuntimeDataProxyProperties

Data proxy properties for a managed dedicated integration runtime.

edition
String

The edition for the SSIS Integration Runtime. Possible values include: 'Standard', 'Enterprise'

expressCustomSetupProperties
IList<CustomSetupBase>

Custom setup without script properties for a SSIS integration runtime.

Applies to