DataFactoryAttachConfiguration Class
Represents configuration parameters for attaching DataFactoryCompute targets.
Use the attach_configuration method of the DataFactoryCompute class to specify attach parameters.
Initialize the configuration object.
Constructor
DataFactoryAttachConfiguration(resource_group=None, factory_name=None, resource_id=None)
Parameters
| Name | Description |
|---|---|
|
resource_group
|
The name of the resource group in which the DataFactory is located. Default value: None
|
|
factory_name
|
The DataFactory name. Default value: None
|
|
resource_id
|
The Azure resource ID for the compute resource being attached. Default value: None
|
|
resource_group
Required
|
The name of the resource group in which the DataFactory is located. |
|
factory_name
Required
|
The DataFactory name. |
|
resource_id
Required
|
The Azure resource ID for the compute resource being attached. |
Methods
| validate_configuration |
Check that the specified configuration values are valid. Raises a ComputeTargetException if validation fails. |
validate_configuration
Check that the specified configuration values are valid.
Raises a ComputeTargetException if validation fails.
validate_configuration()
Exceptions
| Type | Description |
|---|---|