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
|
The name of the resource group of the workspace. Default value: None
|
|
workspace_name
|
The workspace name. Default value: None
|
|
resource_id
|
The Azure resource ID of the compute resource. Default value: None
|
|
tenant_id
|
The tenant ID of the compute resource. Default value: None
|
|
kusto_connection_string
|
The connection string of the Kusto cluster. Default value: None
|
|
application_id
|
The application ID of the compute resource. Default value: None
|
|
application_key
|
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 |
|---|---|