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
str

Name of the resource group in which the Data Lake Analytics is located.

default value: None
account_name
str

The Data Lake Analytics account name.

default value: None
resource_id
str

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.