Share via


KustoAttachConfiguration Class

Represents configuration parameters for attaching KustoCompute targets.

Use the attach_configuration method of the KustoCompute class to specify attach parameters.

Initialize the configuration object.

Constructor

KustoAttachConfiguration(resource_group=None, workspace_name=None, resource_id=None, tenant_id=None, kusto_connection_string=None, application_id=None, application_key=None)

Parameters

Name Description
resource_group
str

The name of the resource group of the workspace.

Default value: None
workspace_name
str

The workspace name.

Default value: None
resource_id
str

The Azure resource ID of the compute resource.

Default value: None
tenant_id
str

The tenant ID of the compute resource.

Default value: None
kusto_connection_string
str

The connection string of the Kusto cluster.

Default value: None
application_id
str

The application ID of the compute resource.

Default value: None
application_key
str

The application key of the compute resource.

Default value: None

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