共用方式為


az hdinsight-on-aks

Note

This reference is part of the hdinsightonaks extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az hdinsight-on-aks command. Learn more about extensions.

Aks CLI 上的 HDInsight。

命令

名稱 Description 類型 狀態
az hdinsight-on-aks check-name-availability

檢查資源名稱的可用性。

Extension Preview
az hdinsight-on-aks cluster

Cluster operations.

Extension Preview
az hdinsight-on-aks cluster create

建立叢集。

Extension Preview
az hdinsight-on-aks cluster delete

刪除叢集。

Extension Preview
az hdinsight-on-aks cluster instance-view

取得叢集實例的狀態。

Extension Preview
az hdinsight-on-aks cluster instance-view list

列出實例檢視的清單。

Extension Preview
az hdinsight-on-aks cluster instance-view show

取得叢集實例的狀態。

Extension Preview
az hdinsight-on-aks cluster job

叢集作業作業。

Extension Preview
az hdinsight-on-aks cluster job list

列出 AKS 叢集上的 HDInsight 作業。

Extension Preview
az hdinsight-on-aks cluster job run

AKS 叢集上 HDInsight 作業的作業。

Extension Preview
az hdinsight-on-aks cluster library

管理叢集的連結庫。

Extension Preview
az hdinsight-on-aks cluster library list

列出 AKS 叢集上 HDInsight 的所有連結庫。

Extension Preview
az hdinsight-on-aks cluster library manage

AKS 叢集上 HDInsight 上的連結庫管理作業。

Extension Preview
az hdinsight-on-aks cluster list

列出資源群組底下的 HDInsight 叢集集區。

Extension Preview
az hdinsight-on-aks cluster list-service-config

列出叢集中執行之所有服務的組態傾印。

Extension Preview
az hdinsight-on-aks cluster node-profile

管理計算節點配置檔。

Extension Preview
az hdinsight-on-aks cluster node-profile create

建立具有 SKU 和背景工作計數的節點配置檔。

Extension Preview
az hdinsight-on-aks cluster resize

調整現有叢集的大小。

Extension Preview
az hdinsight-on-aks cluster show

取得 HDInsight 叢集。

Extension Preview
az hdinsight-on-aks cluster update

更新叢集。

Extension Preview
az hdinsight-on-aks cluster upgrade

Upgrade cluster.

Extension Preview
az hdinsight-on-aks cluster upgrade history

列出升級歷程記錄的清單。

Extension Preview
az hdinsight-on-aks cluster upgrade list

列出叢集可用的升級。

Extension Preview
az hdinsight-on-aks cluster upgrade rollback

叢集的手動復原升級。

Extension Preview
az hdinsight-on-aks cluster upgrade run

升級叢集。

Extension Preview
az hdinsight-on-aks cluster wait

將 CLI 置於等候狀態,直到符合條件為止。

Extension Preview
az hdinsight-on-aks clusterpool

Clusterpool operations.

Extension Preview
az hdinsight-on-aks clusterpool create

建立叢集集區。

Extension Preview
az hdinsight-on-aks clusterpool delete

刪除叢集集區。

Extension Preview
az hdinsight-on-aks clusterpool list

列出訂用帳戶內的叢集集區清單。

Extension Preview
az hdinsight-on-aks clusterpool show

取得叢集集區。

Extension Preview
az hdinsight-on-aks clusterpool update

更新叢集集區。

Extension Preview
az hdinsight-on-aks clusterpool upgrade

Upgrade clusterpool.

Extension Preview
az hdinsight-on-aks clusterpool upgrade history

列出升級歷程記錄的清單。

Extension Preview
az hdinsight-on-aks clusterpool upgrade list

列出可用的叢集集區升級。

Extension Preview
az hdinsight-on-aks clusterpool upgrade run

升級叢集集區。

Extension Preview
az hdinsight-on-aks clusterpool wait

將 CLI 置於等候狀態,直到符合條件為止。

Extension Preview
az hdinsight-on-aks list-available-cluster-pool-version

列出可用的叢集集區版本清單。

Extension Preview
az hdinsight-on-aks list-available-cluster-version

取得所有 hdinsightonaks available-cluster 版本。

Extension Preview

az hdinsight-on-aks check-name-availability

預覽

此命令處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

檢查資源名稱的可用性。

az hdinsight-on-aks check-name-availability [--ids]
                                            [--location]
                                            [--name]
                                            [--subscription]
                                            [--type]

範例

檢查叢集集區 'cliclusterpool' 中是否提供名稱 'clicluster'。

az hdinsight-on-aks check-name-availability -l westus3 --name cliclusterpool/clicluster --type Microsoft.HDInsight/clusterPools/clusters

選擇性參數

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

屬性
Parameter group: Resource Id Arguments
--location -l

Location. 值的來源:az account list-locations。 您可以使用 az configure --defaults location=<location>來設定預設位置。

屬性
Parameter group: Resource Id Arguments
--name

檢查可用性的名稱。

屬性
Parameter group: NameAvailabilityParameters Arguments
--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

屬性
Parameter group: Resource Id Arguments
--type

Microsoft.HDInsight/clusterPools/clusters 中的資源類型。

屬性
Parameter group: NameAvailabilityParameters Arguments
全域參數
--debug

提高日誌詳細程度以顯示所有調試日誌。

屬性
預設值: False
--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

屬性
預設值: False
--output -o

Output format.

屬性
預設值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--verbose

增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。

屬性
預設值: False

az hdinsight-on-aks list-available-cluster-pool-version

預覽

此命令處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

列出可用的叢集集區版本清單。

az hdinsight-on-aks list-available-cluster-pool-version --location
                                                        [--max-items]
                                                        [--next-token]

範例

傳回可用叢集集區版本的清單。

az hdinsight-on-aks list-available-cluster-pool-version -l westus3

必要參數

--location -l

Location. 值的來源:az account list-locations。 您可以使用 az configure --defaults location=<location>來設定預設位置。

選擇性參數

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令輸出中要傳回的項目總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供令牌。 若要繼續分頁,請在後續命令的 --next-token 自變數中提供令牌值。

屬性
Parameter group: Pagination Arguments
--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的令牌值。

屬性
Parameter group: Pagination Arguments
全域參數
--debug

提高日誌詳細程度以顯示所有調試日誌。

屬性
預設值: False
--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

屬性
預設值: False
--output -o

Output format.

屬性
預設值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

--verbose

增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。

屬性
預設值: False

az hdinsight-on-aks list-available-cluster-version

預覽

此命令處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

取得所有 hdinsightonaks available-cluster 版本。

az hdinsight-on-aks list-available-cluster-version --location
                                                   [--max-items]
                                                   [--next-token]

範例

傳回可用的叢集版本清單。

az hdinsight-on-aks list-available-cluster-version -l westus3

必要參數

--location -l

Location. 值的來源:az account list-locations。 您可以使用 az configure --defaults location=<location>來設定預設位置。

選擇性參數

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--max-items

命令輸出中要傳回的項目總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供令牌。 若要繼續分頁,請在後續命令的 --next-token 自變數中提供令牌值。

屬性
Parameter group: Pagination Arguments
--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的令牌值。

屬性
Parameter group: Pagination Arguments
全域參數
--debug

提高日誌詳細程度以顯示所有調試日誌。

屬性
預設值: False
--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

屬性
預設值: False
--output -o

Output format.

屬性
預設值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

--verbose

增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。

屬性
預設值: False