ComponentSetup Class

The custom setup of installing 3rd party components.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.CustomSetupBase
ComponentSetup

Constructor

ComponentSetup(*, component_name: str, license_key: _models.SecretBase | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
component_name
str

The name of the 3rd party component. Required.

license_key

The license key to activate the component.

Variables

Name Description
type
str

The type of custom setup. Required.

component_name
str

The name of the 3rd party component. Required.

license_key

The license key to activate the component.