Skip to content

Latest commit

 

History

History
144 lines (109 loc) · 3.72 KB

Get-AzHDInsightClusterAutoscaleConfiguration.md

File metadata and controls

144 lines (109 loc) · 3.72 KB
external help file Module Name ms.assetid online version schema
Microsoft.Azure.PowerShell.Cmdlets.HDInsight.dll-Help.xml
Az.HDInsight
8CD55A33-5964-409A-BDA5-EDAE9A21E0C1
2.0.0

Get-AzHDInsightClusterAutoscaleConfiguration

SYNOPSIS

Gets the autoscale configuration of HDInsight cluster.

SYNTAX

GetByNameParameterSet (Default)

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

GetByResourceIdParameterSet

Get-AzHDInsightClusterAutoscaleConfiguration [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

GetByInputObjectParameterSet

Get-AzHDInsightClusterAutoscaleConfiguration [-InputObject] <AzureHDInsightCluster>
 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]

DESCRIPTION

The Get-AzHDInsightClusterAutoscaleConfiguration cmdlet gets the autoscale configuration of HDInsight cluster.

EXAMPLES

Example 1: Get the autoscale configuration of HDInsight cluster.

$clusterResourceGroup="group"
$clusterName="MyCluster"
Get-AzHDInsightClusterAutoscaleConfiguration -ResourceGroupName $clusterResourceGroup -ClusterName $clusterName

This command gets the autoscale configuration of HDInsight cluster.

PARAMETERS

-ClusterName

Gets or sets the name of the cluster.

Type: System.String
Parameter Sets: GetByNameParameterSet
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzContext, AzureRmContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-InputObject

Gets or sets the input object.

Type: Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster
Parameter Sets: GetByInputObjectParameterSet
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-ResourceGroupName

Gets or sets the name of the resource group.

Type: System.String
Parameter Sets: GetByNameParameterSet
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceId

Gets or sets the resource id.

Type: System.String
Parameter Sets: GetByResourceIdParameterSet
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster

OUTPUTS

Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightAutoscale

NOTES

RELATED LINKS

New-AzHDInsightClusterAutoscaleConfiguration Set-AzHDInsightClusterAutoscaleConfiguration Remove-AzHDInsightClusterAutoscaleConfiguration