Resize-AzHdInsightOnAksCluster
Resize an existing Cluster.
Resize-AzHdInsightOnAksCluster
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-Location <String>
[-Tag <Hashtable>]
[-TargetWorkerNodeCount <Int32>]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-JsonString <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-JsonFilePath <String>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-Name <String>
-ClusterpoolInputObject <IHdInsightOnAksIdentity>
-Location <String>
[-Tag <Hashtable>]
[-TargetWorkerNodeCount <Int32>]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-Name <String>
-ClusterpoolInputObject <IHdInsightOnAksIdentity>
-ClusterResizeRequest <IClusterResizeData>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-Name <String>
-PoolName <String>
-ResourceGroupName <String>
[-SubscriptionId <String>]
-ClusterResizeRequest <IClusterResizeData>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-InputObject <IHdInsightOnAksIdentity>
-Location <String>
[-Tag <Hashtable>]
[-TargetWorkerNodeCount <Int32>]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize-AzHdInsightOnAksCluster
-InputObject <IHdInsightOnAksIdentity>
-ClusterResizeRequest <IClusterResizeData>
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Resize an existing Cluster.
$clusterResourceGroupName = "your-resourceGroup"
$clusterpoolName = "your-clusterpool"
$clusterName = "your-clustername"
$targetWorkerNodeCount = 6
$location = "west us 2"
Resize-AzHdInsightOnAksCluster `
-ResourceGroupName $clusterResourceGroupName `
-Location $location `
-PoolName $clusterpoolName `
-Name $clusterName `
-TargetWorkerNodeCount $targetWorkerNodeCount
ApplicationLogStdErrorEnabled :
ApplicationLogStdOutEnabled :
AuthorizationProfileGroupId :
AuthorizationProfileUserId :
AutoscaleProfileAutoscaleType :
AutoscaleProfileEnabled : False
AutoscaleProfileGracefulDecommissionTimeout :
ClusterType :
ComputeProfileNode :
ConnectivityProfileSsh :
CoordinatorDebugEnable :
CoordinatorDebugPort :
CoordinatorDebugSuspend :
CoordinatorHighAvailabilityEnabled :
DeploymentId :
FlinkProfileNumReplica :
HistoryServerCpu : 0
HistoryServerMemory : 0
...
Resize the number to 6 of working nodes in the cluster.
Run the command as a job
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter
Type: | IHdInsightOnAksIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
The parameters for resizing a cluster.
Type: | IClusterResizeData |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter
Type: | IHdInsightOnAksIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Path of Json file supplied to the Resize operation
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Json string supplied to the Resize operation
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The geo-location where the resource lives
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the HDInsight cluster.
Type: | String |
Aliases: | ClusterName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Run the command asynchronously
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the cluster pool.
Type: | String |
Aliases: | ClusterPoolName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The ID of the target subscription. The value must be an UUID.
Type: | String |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Resource tags.
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Target node count of worker node.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |