IntegrationRuntimeSsisProperties Class
SSIS properties for managed integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeSsisProperties
Constructor
IntegrationRuntimeSsisProperties(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, catalog_info: _models.IntegrationRuntimeSsisCatalogInfo | None = None, license_type: str | _models.IntegrationRuntimeLicenseType | None = None, custom_setup_script_properties: _models.IntegrationRuntimeCustomSetupScriptProperties | None = None, data_proxy_properties: _models.IntegrationRuntimeDataProxyProperties | None = None, edition: str | _models.IntegrationRuntimeEdition | None = None, express_custom_setup_properties: List[_models.CustomSetupBase] | None = None, package_stores: List[_models.PackageStore] | None = None, credential: _models.CredentialReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
catalog_info
|
Catalog information for managed dedicated integration runtime. |
license_type
|
License type for bringing your own license scenario. Known values are: "BasePrice" and "LicenseIncluded". |
custom_setup_script_properties
|
Custom setup script properties for a managed dedicated integration runtime. |
data_proxy_properties
|
Data proxy properties for a managed dedicated integration runtime. |
edition
|
The edition for the SSIS Integration Runtime. Known values are: "Standard" and "Enterprise". |
express_custom_setup_properties
|
Custom setup without script properties for a SSIS integration runtime. |
package_stores
|
Package stores for the SSIS Integration Runtime. |
credential
|
The credential reference containing authentication information. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
catalog_info
|
Catalog information for managed dedicated integration runtime. |
license_type
|
License type for bringing your own license scenario. Known values are: "BasePrice" and "LicenseIncluded". |
custom_setup_script_properties
|
Custom setup script properties for a managed dedicated integration runtime. |
data_proxy_properties
|
Data proxy properties for a managed dedicated integration runtime. |
edition
|
The edition for the SSIS Integration Runtime. Known values are: "Standard" and "Enterprise". |
express_custom_setup_properties
|
Custom setup without script properties for a SSIS integration runtime. |
package_stores
|
Package stores for the SSIS Integration Runtime. |
credential
|
The credential reference containing authentication information. |
Azure SDK for Python