KustoAttachConfiguration Klasse
Stellt Konfigurationsparameter zum Anfügen von KustoCompute-Zielen dar.
Verwenden Sie die attach_configuration-Methode der KustoCompute-Klasse, um Anfügeparameter anzugeben.
Initialisieren Sie das Konfigurationsobjekt.
- Vererbung
-
KustoAttachConfiguration
Konstruktor
KustoAttachConfiguration(resource_group=None, workspace_name=None, resource_id=None, tenant_id=None, kusto_connection_string=None, application_id=None, application_key=None)
Parameter
Name | Beschreibung |
---|---|
resource_group
|
Der Name der Ressourcengruppe des Arbeitsbereichs. Standardwert: None
|
workspace_name
|
Der Arbeitsbereichsname. Standardwert: None
|
resource_id
|
Die Azure-Ressourcen-ID der Computeressource. Standardwert: None
|
tenant_id
|
Die Mandanten-ID der Computeressource. Standardwert: None
|
kusto_connection_string
|
Die Verbindungszeichenfolge des Kusto-Clusters. Standardwert: None
|
application_id
|
Die Anwendungs-ID der Computeressource. Standardwert: None
|
application_key
|
Der Anwendungsschlüssel der Computeressource. Standardwert: None
|
Methoden
validate_configuration |
Überprüft, ob die angegebenen Konfigurationswerte gültig sind Löst eine ComputeTargetException aus, wenn die Überprüfung zu einem Fehler führt. |
validate_configuration
Überprüft, ob die angegebenen Konfigurationswerte gültig sind
Löst eine ComputeTargetException aus, wenn die Überprüfung zu einem Fehler führt.
validate_configuration()
Ausnahmen
Typ | Beschreibung |
---|---|