共用方式為


Get-AzHDInsightCluster

取得並列出與目前訂用帳戶或指定資源群組相關聯的所有 Azure HDInsight 叢集,或擷取特定叢集。

語法

Get-AzHDInsightCluster
   [[-ResourceGroupName] <String>]
   [[-ClusterName] <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzHDInsightCluster Cmdlet 會列出目前訂用帳戶的 Azure HDInsight 服務叢集。 使用 ClusterName 參數來取得特定叢集的詳細數據。

範例

範例 1:列出所有 Azure HDInsight 叢集

Get-AzHDInsightCluster

此命令會列出所有 Azure HDInsight 叢集。

參數

-ClusterName

指定叢集的名稱。

類型:String
Position:1
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

指定資源群組的名稱。

類型:String
Position:0
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

AzureHDInsightCluster