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

resource_group
str
default value: None

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

account_name
str
default value: None

The Data Lake Analytics account name.

resource_id
str
default value: None

The Azure resource ID for the compute resource being attached.

Methods

validate_configuration

Check that the specified configuration values are valid.

validate_configuration

Check that the specified configuration values are valid.

validate_configuration()

Exceptions

Configuration validation failed.