Syntax
Remove-HCXComputeProfile -ComputeProfile <HCXComputeProfile> [-Server <HcxServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Detailed Description
This cmdlet removes an existing HCX Compute Profile.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ComputeProfile | HCXComputeProfile | Specifies the Compute Profile that you want to remove. To retrieve a Compute Profile, use the Get-HCXComputeProfile cmdlet. | true | True (ByValue) | |
Confirm | SwitchParameter | Prompts you for confirmation before running the cmdlet. | false | False | |
Server | HcxServer[] | Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet. | false | False | |
WhatIf | SwitchParameter | Shows what would happen if the cmdlet runs. The cmdlet is not run. | false | False |
Return Type
VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTaskNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> $myComputeProfile = Get-HCXComputeProfile -Name "myComputeProfile" Remove-HCXComputeProfile -ComputeProfile $myComputeProfile
Removes the Compute Profile.