Share via


Remove-AksHciNodePool

概要

クラスターからノード プールを削除します。

構文

Remove-AksHciNodePool -clusterName <String>
                      -name <String>

説明

クラスターからノード プールを削除します。

Remove-AksHciNodePool -clusterName mycluster -name nodepool1

-clusterName

既存の Kubernetes クラスターの名前。

Type: System.String
Parameter Sets: (All)
Aliases:

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

-name

ノード プールの名前。

Type: System.String
Parameter Sets: (All)
Aliases:

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

次のステップ

AksHci PowerShell リファレンス