< Back

Get-AzureRmHDInsightCluster

Tue Jan 29, 2019 9:47 pm

NAME Get-AzureRmHDInsightCluster



SYNOPSIS

Gets and lists all of the Azure HDInsight clusters associated with the current subscription or a specified resource group, or retrieves a specific

cluster.





SYNTAX

Get-AzureRmHDInsightCluster [[-ResourceGroupName] <String>] [[-ClusterName] <String>] [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmHDInsightCluster cmdlet lists the Azure HDInsight service clusters for the current subscription. Use the ClusterName parameter to

get details for a specific cluster.





PARAMETERS

-ClusterName <String>

Specifies the name of the cluster.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster]







NOTES









Example 1: List all Azure HDInsight clusters



PS C:\\>Get-AzureRmHDInsightCluster



This command lists all the Azure HDInsight clusters.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ghtcluster

Remove-AzureRmHDInsightCluster

Use-AzureRmHDInsightCluster