ComponentSetup Class

The custom setup of installing 3rd party components.

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

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

Constructor

ComponentSetup(*, component_name: str, license_key: Optional[_models.SecretBase] = None, **kwargs)

Variables

type
str

Required. The type of custom setup.Constant filled by server.

component_name
str

Required. The name of the 3rd party component.

license_key
SecretBase

The license key to activate the component.