共用方式為


HDInsightAttachConfiguration 類別

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

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

初始化組態物件。

繼承
HDInsightAttachConfiguration

建構函式

HDInsightAttachConfiguration(username, subscription_id=None, resource_group=None, cluster_name=None, resource_id=None, address=None, ssh_port='22', password='', private_key_file='', private_key_passphrase='')

參數

名稱 Description
username
必要
str

存取資源所需的使用者名稱。

subscription_id
str

Azure 訂用帳戶識別碼

預設值: None
resource_group
str

HDI 叢集所在的資源組名。

預設值: None
cluster_name
str

HDI 叢集名稱

預設值: None
resource_id
str

要附加之資源的 arm resource_id。

預設值: None
address
str

要附加之資源的位址。

預設值: None
ssh_port
int

資源的公開端口。 預設為 22。

預設值: 22
password
必要
str

存取資源所需的密碼。

private_key_file
必要
str

包含資源私密金鑰的檔案路徑。

private_key_passphrase
必要
str

存取資源所需的私密金鑰片語。

username
必要
str

存取資源所需的使用者名稱。

subscription_id
必要
str

Azure 訂用帳戶識別碼

resource_group
必要
str

HDI 叢集所在的資源組名。

cluster_name
必要
str

HDI 叢集名稱

resource_id
必要
str

要附加之資源的 arm resource_id。

address
必要
str

要附加之資源的位址。

ssh_port
必要
int

資源的公開端口。 預設為 22。

password
必要
str

存取資源所需的密碼。

private_key_file
必要
str

包含資源私密金鑰的檔案路徑。

private_key_passphrase
必要
str

存取資源所需的私密金鑰片語。

方法

validate_configuration

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

如果驗證失敗,則引發 ComputeTargetException

validate_configuration

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

如果驗證失敗,則引發 ComputeTargetException

validate_configuration()

例外狀況

類型 Description