共用方式為


KustoAttachConfiguration 類別

表示附加 KustoCompute 目標的組態參數。

attach_configuration使用 類別的 KustoCompute 方法來指定附加參數。

初始化組態物件。

繼承
KustoAttachConfiguration

建構函式

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

參數

名稱 Description
resource_group
str

工作區的資源群組名稱。

預設值: None
workspace_name
str

工作區名稱。

預設值: None
resource_id
str

計算資源的 Azure 資源識別碼。

預設值: None
tenant_id
str

計算資源的租使用者識別碼。

預設值: None
kusto_connection_string
str

Kusto 叢集的連接字串。

預設值: None
application_id
str

計算資源的應用程式識別碼。

預設值: None
application_key
str

計算資源的應用程式金鑰。

預設值: None

方法

validate_configuration

檢查指定的組態值是否有效。

如果驗證失敗, ComputeTargetException 則引發 。

validate_configuration

檢查指定的組態值是否有效。

如果驗證失敗, ComputeTargetException 則引發 。

validate_configuration()

例外狀況

類型 Description