DataLakeAnalyticsAttachConfiguration Class
Represents configuration parameters for attaching AdlaCompute targets.
Use the attach_configuration method of the AdlaCompute class to specify attach parameters.
Initialize the configuration object.
- Inheritance
-
DataLakeAnalyticsAttachConfiguration
Constructor
DataLakeAnalyticsAttachConfiguration(resource_group=None, account_name=None, resource_id=None)
Parameters
Name | Description |
---|---|
resource_group
|
Name of the resource group in which the Data Lake Analytics is located. Default value: None
|
account_name
|
The Data Lake Analytics account name. Default value: None
|
resource_id
|
The Azure resource ID for the compute resource being attached. Default value: None
|
Methods
validate_configuration |
Check that the specified configuration values are valid. |
validate_configuration
Check that the specified configuration values are valid.
validate_configuration()
Exceptions
Type | Description |
---|---|
Configuration validation failed. |