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.CustomSetupBaseComponentSetup
Constructor
ComponentSetup(*, component_name: str, license_key: _models.SecretBase | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
component_name
|
The name of the 3rd party component. Required. |
license_key
|
The license key to activate the component. |
Variables
Name | Description |
---|---|
type
|
The type of custom setup. Required. |
component_name
|
The name of the 3rd party component. Required. |
license_key
|
The license key to activate the component. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python