< Back

Get-AzureRmHDInsightProperties

Tue Jan 29, 2019 9:47 pm

NAME Get-AzureRmHDInsightProperties



SYNOPSIS

Gets properties about the HDInsight service, such as available locations and capacity.





SYNTAX

Get-AzureRmHDInsightProperties [-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmHDInsightProperties cmdlet gets properties specific to Azure HDInsight, such as the list of available locations, HDInsight cluster

versions, and available compute capacity.





PARAMETERS

-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



-Location <String>

Specifies the location for which to fetch HDInsight properties.



Required? true

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

Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse







NOTES









Example 1: Get the properties of an Azure HDInsight cluster



PS C:\\>Get-AzureRmHDInsightProperties -Location "East US 2"



This command gets properties from an HDInsight service from location East US 2.







RELATED LINKS

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