HDInsightAttachConfiguration 類別
- 繼承
-
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
必要
|
存取資源所需的使用者名稱。 |
subscription_id
|
Azure 訂用帳戶識別碼 預設值: None
|
resource_group
|
HDI 叢集所在的資源組名。 預設值: None
|
cluster_name
|
HDI 叢集名稱 預設值: None
|
resource_id
|
要附加之資源的 arm resource_id。 預設值: None
|
address
|
要附加之資源的位址。 預設值: None
|
ssh_port
|
資源的公開端口。 預設為 22。 預設值: 22
|
password
必要
|
存取資源所需的密碼。 |
private_key_file
必要
|
包含資源私密金鑰的檔案路徑。 |
private_key_passphrase
必要
|
存取資源所需的私密金鑰片語。 |
username
必要
|
存取資源所需的使用者名稱。 |
subscription_id
必要
|
Azure 訂用帳戶識別碼 |
resource_group
必要
|
HDI 叢集所在的資源組名。 |
cluster_name
必要
|
HDI 叢集名稱 |
resource_id
必要
|
要附加之資源的 arm resource_id。 |
address
必要
|
要附加之資源的位址。 |
ssh_port
必要
|
資源的公開端口。 預設為 22。 |
password
必要
|
存取資源所需的密碼。 |
private_key_file
必要
|
包含資源私密金鑰的檔案路徑。 |
private_key_passphrase
必要
|
存取資源所需的私密金鑰片語。 |
方法
validate_configuration |
檢查指定的組態值是否有效。 如果驗證失敗,則引發 ComputeTargetException 。 |