Skip to content

Remove-vRACloudAccount

SYNOPSIS

Remove a Cloud Account

SYNTAX

ById (Default)

Remove-vRACloudAccount -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

ByName

Remove-vRACloudAccount -Name <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Remove a Cloud Account

EXAMPLES

EXAMPLE 1

Remove-vRACloudAccount -Name CloudAccount1

EXAMPLE 2

Remove-vRACloudAccount -Id '4b3bd194-9b5f-40fd-9ed0-58d997237999'

EXAMPLE 3

Get-vRACloudAccount -Name CloudAccount1 | Remove-vRACloudAccount

PARAMETERS

-Id

The Id of the Cloud Account

Type: String[]
Parameter Sets: ById
Aliases:

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

-Name

The name of the Cloud Account

Type: String[]
Parameter Sets: ByName
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

OUTPUTS

NOTES