Remove-AksHciClusterNetwork
개요
새 가상 네트워크에 대한 개체를 제거합니다.
구문
Remove-AksHciClusterNetwork -name <String>
Description
시스템에서 가상 네트워크를 제거합니다. 네트워크와 연결된 클러스터가 있는 경우 명령이 실패합니다. 먼저 네트워크와 연결된 모든 클러스터를 제거해야 합니다.
를 실행 Get-AksHciClusterNetwork -name <name of the network>
하여 네트워크와 연결된 클러스터 목록을 가져올 수 있습니다.
예제
"MyClusterNetwork"라는 클러스터 네트워크 제거
Remove-AksHciClusterNetwork -name MyClusterNetwork
참고
이 예제 명령에 지정된 값은 사용자 환경에 맞게 사용자 지정해야 합니다. 클러스터가 네트워크와 연결된 경우 명령이 실패합니다.
매개 변수
-이름
제거할 클러스터 네트워크의 이름
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False