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.synapse.models._models_py3.CustomSetupBase
ComponentSetup

Constructor

ComponentSetup(*, component_name: str, license_key: Optional[azure.mgmt.synapse.models._models_py3.SecretBase] = None, **kwargs)

Parameters

type
str
Required

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

component_name
str
Required

Required. The name of the 3rd party component.

license_key
SecretBase
Required

The license key to activate the component.